From 78295884bbd8eb867f8541c924179c8155bdf668 Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Tue, 29 Dec 2015 18:51:19 -0800 Subject: [PATCH] Build system updates --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 11de606..2ff9b88 100755 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ SRC += $(wildcard src/xmega/*.c) OBJ = $(patsubst src/%.c,build/%.o,$(SRC)) # Build -all: $(TARGET) $(PROJECT).hex $(PROJECT).eep $(PROJECT).lss +all: $(TARGET) $(PROJECT).hex $(PROJECT).eep $(PROJECT).lss size # Compile build/%.o: src/%.c @@ -88,7 +88,7 @@ tidy: clean: tidy rm -rf $(PROJECT).elf $(PROJECT).hex $(PROJECT).eep $(PROJECT).lss \ - $(PROJECT).map build + $(PROJECT).map build fuse?.hex .PHONY: tidy clean size all erase program fuses read_fuses -- 2.27.0