From d5001183d6b4b6b975be1a0b675a5f32f4758888 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sat, 23 Mar 2024 21:21:44 +0100 Subject: [PATCH] Size target in makefile --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index 536f931..3e28edb 100644 --- a/makefile +++ b/makefile @@ -55,3 +55,5 @@ serial: clean: rm -f $(OBJS) $(TARGET).elf $(TARGET).hex +size: main.hex + avr-size --mcu=atmega328p main.hex \ No newline at end of file