From 8999a1a82eddb97fa2d4aa7de12e88a3205d0e3d Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 21 Nov 2020 21:34:03 +0100 Subject: stop make from automatically deleting generated .mem files --- Makefile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.test') 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 -- cgit v1.2.3