Delete timing/icestat reports in the clean target

This commit is contained in:
Graham Edgecombe 2017-12-29 16:27:35 +00:00
parent 21e7ee2b8c
commit 08e79c32e0

View file

@ -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 \