Remove binsize from makefile default target

This commit is contained in:
jaseg 2021-01-01 13:03:52 +01:00
parent 6ac9c60767
commit 8d1ed86534

View file

@ -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)