Delete timing/icestat reports in the clean target
This commit is contained in:
parent
21e7ee2b8c
commit
08e79c32e0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue