From: Joseph Coffland Date: Wed, 30 Dec 2015 02:51:19 +0000 (-0800) Subject: Build system updates X-Git-Url: https://git.buildbotics.com/?a=commitdiff_plain;h=78295884bbd8eb867f8541c924179c8155bdf668;p=bbctrl-firmware Build system updates --- 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