Makefile-AVR: fix ...
... well, I've forgotten what this fixed, but it was neccessary at some point.
This commit is contained in:
parent
f065f26aff
commit
20a87bf8dd
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue