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