Remove binsize from makefile default target
This commit is contained in:
parent
6ac9c60767
commit
8d1ed86534
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ DOT ?= dot
|
|||
# Rules
|
||||
########################################################################################################################
|
||||
|
||||
all: binsize $(BUILDDIR)/$(BINARY:.elf=.bin)
|
||||
all: $(BUILDDIR)/$(BINARY:.elf=.bin)
|
||||
|
||||
.PHONY: binsize
|
||||
binsize: $(BUILDDIR)/$(BINARY) $(BUILDDIR)/$(BINARY:.elf=-symbol-sizes.pdf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue