aboutsummaryrefslogtreecommitdiff
path: root/Makefile.test
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-11-21 21:34:03 +0100
committerWojciech Kosior <kwojtus@protonmail.com>2020-11-21 21:34:03 +0100
commit8999a1a82eddb97fa2d4aa7de12e88a3205d0e3d (patch)
treeb5d96bf15539127ad2208e3630a50d1648a5107f /Makefile.test
parent2878d044c741a708f315c42b1833428fe2d93445 (diff)
downloadAGH-engineering-thesis-8999a1a82eddb97fa2d4aa7de12e88a3205d0e3d.tar.gz
AGH-engineering-thesis-8999a1a82eddb97fa2d4aa7de12e88a3205d0e3d.zip
stop make from automatically deleting generated .mem files
Diffstat (limited to 'Makefile.test')
-rw-r--r--Makefile.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test
index 0d9850c..8572811 100644
--- a/Makefile.test
+++ b/Makefile.test
@@ -54,7 +54,7 @@ $(TOOLS_TARGETS) : $(PROJ_DIR)/% :
%.vvp : %.v $(DEPENDS)
$(IV) $(IVFLAGS) -s $(TOP) $(filter %.v,$^) -o $@
-
+report.log : $(DEPENDS)
ifdef VGA_TEST
report.log VGAdump.mem : $(PROJ_DIR)/design/font.mem
endif