Size target in makefile
This commit is contained in:
parent
6b9f51b341
commit
d5001183d6
1 changed files with 2 additions and 0 deletions
2
makefile
2
makefile
|
@ -55,3 +55,5 @@ serial:
|
|||
clean:
|
||||
rm -f $(OBJS) $(TARGET).elf $(TARGET).hex
|
||||
|
||||
size: main.hex
|
||||
avr-size --mcu=atmega328p main.hex
|
Loading…
Reference in a new issue