From 5ed2dafa6910e211cae1d83d364d5c24d3b21b4c Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Thu, 24 Dec 2020 13:03:25 +0100 Subject: add example, that measures time and prints it to screen --- Makefile.test | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.test') diff --git a/Makefile.test b/Makefile.test index d6ac8ab..8427465 100644 --- a/Makefile.test +++ b/Makefile.test @@ -53,9 +53,6 @@ endif report.log VGAdump.mem : test.vvp $(VVP) $< | $(call DBG&SAVE,report.log) -VGAdump.ppm : $(PROJ_DIR)/tools/VGAdump2ppm VGAdump.mem - grep -v // < VGAdump.mem | $< > $@ - clean : find . -name "*.vvp" -delete rm $(call FIND_GENERATED_FILES,.) report.log VGAdump.mem \ -- cgit v1.2.3