aboutsummaryrefslogtreecommitdiff
path: root/Makefile.test
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-12-24 13:03:25 +0100
committerWojciech Kosior <kwojtus@protonmail.com>2020-12-24 13:03:25 +0100
commit5ed2dafa6910e211cae1d83d364d5c24d3b21b4c (patch)
treeadda605f1895f9287ae45b7a71f0fb037f48631e /Makefile.test
parent10392220fd4ed6c9fdbb108260d9fdb6cf5d9d8f (diff)
downloadAGH-engineering-thesis-5ed2dafa6910e211cae1d83d364d5c24d3b21b4c.tar.gz
AGH-engineering-thesis-5ed2dafa6910e211cae1d83d364d5c24d3b21b4c.zip
add example, that measures time and prints it to screen
Diffstat (limited to 'Makefile.test')
-rw-r--r--Makefile.test3
1 files changed, 0 insertions, 3 deletions
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 \