From 967f3d1414db85a51ff635335b3c87521bbfdd36 Mon Sep 17 00:00:00 2001 From: Graham Edgecombe Date: Wed, 6 Dec 2017 08:33:09 +0000 Subject: [PATCH] Delete pll.sv in the clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \