diff options
author | jaseg <git@jaseg.net> | 2021-01-01 13:03:52 +0100 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2021-01-01 13:03:52 +0100 |
commit | 8d1ed86534edd8eeeacf7d1806142113ba408165 (patch) | |
tree | fc4065988d568cf7a301beab745ef515df4a4e43 /fw | |
parent | 6ac9c60767d37748193ff1f7463ef5e1e3d9b33f (diff) | |
download | minikbd-master.tar.gz minikbd-master.tar.bz2 minikbd-master.zip |
Diffstat (limited to 'fw')
-rw-r--r-- | fw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/Makefile b/fw/Makefile index 53fc967..155d73b 100644 --- a/fw/Makefile +++ b/fw/Makefile @@ -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) |