X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/blobdiff_plain/5b0272d9af73a164da192d796fc33ec736b93f0a..05c815f74daae899a6f60dd8cc23186b2b08aed2:/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) "."