From 20a87bf8dd3ebd5e8fb965a776c08b64933c00eb Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Tue, 5 Feb 2013 13:42:39 +0100 Subject: [PATCH] Makefile-AVR: fix ... ... well, I've forgotten what this fixed, but it was neccessary at some point. --- Makefile-AVR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile-AVR b/Makefile-AVR index b179bfc..81d136d 100644 --- a/Makefile-AVR +++ b/Makefile-AVR @@ -135,7 +135,7 @@ LIBS = -lm .PHONY: program size program: $(PROGRAM).hex config.h - $(UPLOADER) $(UPLOADER_FLAGS) -U flash:w:$^ + $(UPLOADER) $(UPLOADER_FLAGS) -U flash:w:$(PROGRAM).hex size: $(BUILDDIR)/$(PROGRAM).elf @echo " SIZES ATmega... '168 '328(P) '644(P) '1280"