diff --git a/Makefile b/Makefile index 00dc4a5..2deb75c 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ $(ELFFILE): $(OBJS) $(HEXFILE): $(ELFFILE) rm -f $(HEXFILE) avr-objcopy -j .text -j .data -O ihex $(ELFFILE) $(HEXFILE) - ./checksize $(ELFFILE) + avr-size $(ELFFILE) flash: $(HEXFILE)