X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/blobdiff_plain/b8610ea65de4c21ce28957fda612709a1faa0797..eca26b3881806aea40726f234df80718581a03ce:/updater/Makefile diff --git a/updater/Makefile b/updater/Makefile index e1b1fbb..de347cd 100644 --- a/updater/Makefile +++ b/updater/Makefile @@ -48,7 +48,7 @@ updater.elf: updater.o updater.hex: updater.elf $(OBC) -j .text -j .data -O ihex updater.elf updater.hex $(ECHO) "." - avr-size updater.elf + $(SIZ) updater.elf $(ECHO) "." $(AVRDUDE) -D -U flash:w:updater.hex:i $(ECHO) "."