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 @@ INIT_HEX := $(INIT_BIN)/$(INIT_NAME).hex
INIT_COM := $(INIT_BIN)/$(INIT_NAME).com
INIT_RELS := $(INIT_BIN)/$(INIT_NAME).rel
INIT_CODE := $(INIT_SRC)/$(INIT_NAME).asm
BUILD_HELP += \\n\\t* $(INIT_COM)
BUILD_HELP += \\n\\t* $(INIT_COM)
$(INIT_BIN):
$(call mb_mkdir,$(INIT_BIN))