USBaspLoader sixth stable release v0.6
[pub/USBaspLoader.git] / updater / Makefile
index e1b1fbb..de347cd 100644 (file)
@@ -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) "."