diff --git a/Makefile b/Makefile index 2f07600..2e7b8ea 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,8 @@ endif all: elf elf: $(BINARY).elf + $(Q)size $(<) + bin: $(BINARY).bin hex: $(BINARY).hex srec: $(BINARY).srec