show resulting elf size

This commit is contained in:
King Kévin 2016-01-19 13:49:55 +01:00
parent 07219f4873
commit 3cb678848c
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ endif
all: elf
elf: $(BINARY).elf
$(Q)size $(<)
bin: $(BINARY).bin
hex: $(BINARY).hex
srec: $(BINARY).srec