From f19d41c8a23083512bb3f6615adba125496d6dcb Mon Sep 17 00:00:00 2001 From: Graham Edgecombe Date: Sun, 10 Dec 2017 14:10:51 +0000 Subject: [PATCH] Replace $(TOP).bin with $(BIN) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9b2902..b83c2f1 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ OBJCOPY = $(TARGET)-objcopy .PHONY: all clean check time stat flash -all: $(TOP).bin +all: $(BIN) clean: $(RM) $(BLIF) $(ASC_SYN) $(ASC) $(BIN) $(PLL) progmem_syn.hex progmem.hex progmem.o