Size target in makefile

This commit is contained in:
Imbus 2024-03-23 21:21:44 +01:00
parent 6b9f51b341
commit d5001183d6

View file

@ -55,3 +55,5 @@ serial:
clean:
rm -f $(OBJS) $(TARGET).elf $(TARGET).hex
size: main.hex
avr-size --mcu=atmega328p main.hex