Delete pll.sv in the clean target

This commit is contained in:
Graham Edgecombe 2017-12-06 08:33:09 +00:00
parent 560f45d3ca
commit 967f3d1414

View file

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