Delete pll.sv in the clean target
This commit is contained in:
parent
560f45d3ca
commit
967f3d1414
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -24,7 +24,7 @@ OBJCOPY = $(TARGET)-objcopy
|
|||
all: $(TOP).bin
|
||||
|
||||
clean:
|
||||
$(RM) $(BLIF) $(ASC_SYN) $(ASC) $(BIN) progmem_syn.hex progmem.hex progmem.o
|
||||
$(RM) $(BLIF) $(ASC_SYN) $(ASC) $(BIN) $(PLL) progmem_syn.hex progmem.hex progmem.o
|
||||
|
||||
progmem.hex: progmem.o
|
||||
$(OBJCOPY) -O srec $< /dev/stdout \
|
||||
|
|
|
|||
Loading…
Reference in a new issue