Makefile-AVR: fix ...

... well, I've forgotten what this fixed, but it was neccessary
at some point.
This commit is contained in:
Markus Hitter 2013-02-05 13:42:39 +01:00
parent f065f26aff
commit 20a87bf8dd
1 changed files with 1 additions and 1 deletions

View File

@ -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"