Fixed white space.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s
This commit is contained in:
parent
0aecfa1ba3
commit
8680c88c29
|
@ -15,7 +15,7 @@ $(AHELLO_M80_BIN)/%.mac: $(AHELLO_M80_SRC)/%.mac | $(AHELLO_M80_BIN)
|
||||||
$(AHELLO_M80_BIN)/ahello.rel: $(AHELLO_M80_BIN)/ahello.mac
|
$(AHELLO_M80_BIN)/ahello.rel: $(AHELLO_M80_BIN)/ahello.mac
|
||||||
$(call mb_autoexec_safe_cmd,$(AHELLO_M80_BIN),m80 =ahello/Z)
|
$(call mb_autoexec_safe_cmd,$(AHELLO_M80_BIN),m80 =ahello/Z)
|
||||||
$(call mb_openmsx_dosctl,$(AHELLO_M80_BIN))
|
$(call mb_openmsx_dosctl,$(AHELLO_M80_BIN))
|
||||||
|
|
||||||
$(AHELLO_M80_BIN)/ahello.hex: $(AHELLO_M80_BIN)/ahello.rel
|
$(AHELLO_M80_BIN)/ahello.hex: $(AHELLO_M80_BIN)/ahello.rel
|
||||||
$(call mb_autoexec_safe_cmd,$(AHELLO_M80_BIN),l80 ahello$(MB_COMMA)ahello/N/X/Y/E)
|
$(call mb_autoexec_safe_cmd,$(AHELLO_M80_BIN),l80 ahello$(MB_COMMA)ahello/N/X/Y/E)
|
||||||
$(call mb_openmsx_dosctl,$(AHELLO_M80_BIN))
|
$(call mb_openmsx_dosctl,$(AHELLO_M80_BIN))
|
||||||
|
|
4
src/dist/0module.mk
vendored
4
src/dist/0module.mk
vendored
|
@ -7,10 +7,10 @@ DIST_DEPS := $(DIST_BIN)/readme.txt $(DIST_BIN)/ahello1.com $(DIST_BIN)/ahello2.
|
||||||
|
|
||||||
$(DIST_BIN):
|
$(DIST_BIN):
|
||||||
$(call mb_mkdir,$(DIST_BIN))
|
$(call mb_mkdir,$(DIST_BIN))
|
||||||
|
|
||||||
$(DIST_BIN)/readme.txt: $(DIST_SRC)/readme.txt | $(DIST_BIN)
|
$(DIST_BIN)/readme.txt: $(DIST_SRC)/readme.txt | $(DIST_BIN)
|
||||||
$(call mb_unix2dos,$<,$@)
|
$(call mb_unix2dos,$<,$@)
|
||||||
|
|
||||||
$(DIST_BIN)/ahello1.com: bin/ahello-m80/ahello.com | $(DIST_BIN)
|
$(DIST_BIN)/ahello1.com: bin/ahello-m80/ahello.com | $(DIST_BIN)
|
||||||
$(call mb_copy,$<,$@)
|
$(call mb_copy,$<,$@)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue