From 08e79c32e0e5f103393e75ffc4f460f5a3166d39 Mon Sep 17 00:00:00 2001 From: Graham Edgecombe Date: Fri, 29 Dec 2017 16:27:35 +0000 Subject: [PATCH] Delete timing/icestat reports in the clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 283f035..871a04e 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ OBJCOPY = $(TARGET)-objcopy all: $(BIN) clean: - $(RM) $(BLIF) $(ASC_SYN) $(ASC) $(BIN) $(PLL) progmem_syn.hex progmem.hex progmem.o start.o progmem + $(RM) $(BLIF) $(ASC_SYN) $(ASC) $(BIN) $(PLL) $(TIME_RPT) $(STAT) progmem_syn.hex progmem.hex progmem.o start.o progmem progmem.hex: progmem $(OBJCOPY) -O binary $< /dev/stdout \