2
Fork 0

Cleaned space.

This commit is contained in:
Willem Cazander 2021-07-02 21:01:12 +02:00
parent f4f007bd9c
commit facea70bb1
12 changed files with 19 additions and 19 deletions

View file

@ -6,7 +6,7 @@ LOADER_HEX := $(LOADER_BIN)/$(LOADER_NAME).hex
LOADER_DAT := $(LOADER_BIN)/$(LOADER_NAME).dat
LOADER_RELS := $(LOADER_BIN)/$(LOADER_NAME).rel
LOADER_CODE := $(LOADER_SRC)/$(LOADER_NAME).asm
BUILD_HELP += \\n\\t* $(LOADER_DAT)
BUILD_HELP += \\n\\t* $(LOADER_DAT)
$(LOADER_BIN):
$(call mb_mkdir,$(LOADER_BIN))