diff --git a/Makefile b/Makefile index 03b7639..c446fde 100644 --- a/Makefile +++ b/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 \