diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-11-21 21:34:03 +0100 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-11-21 21:34:03 +0100 |
commit | 8999a1a82eddb97fa2d4aa7de12e88a3205d0e3d (patch) | |
tree | b5d96bf15539127ad2208e3630a50d1648a5107f | |
parent | 2878d044c741a708f315c42b1833428fe2d93445 (diff) | |
download | AGH-engineering-thesis-8999a1a82eddb97fa2d4aa7de12e88a3205d0e3d.tar.gz AGH-engineering-thesis-8999a1a82eddb97fa2d4aa7de12e88a3205d0e3d.zip |
stop make from automatically deleting generated .mem files
-rw-r--r-- | Makefile.test | 2 |
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 |