Fix forgotten debug code

master
Harald Wolff 2017-12-23 13:52:56 +01:00
parent b0ce8db59f
commit a2ac70a13c
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ $(BASE)/.build/libdep-$(subst /,_,$(CURDIR)).a.d/%.o: $(CURDIR)/src/%.txt
$(BASE)/bin/$(FINALNAME).elf: $(DEPLIBS) $(MODULES)
echo "[ LINK ] $@ $(CFLAGS)"
echo "[ LINK ] $@"
mkdir -p $(dir $@)
$(LD) -o $@ $^ $(LDFLAGS)
$(SIZE) $@