Updated make functions.
This commit is contained in:
parent
fecef72e30
commit
8de2845d87
3 changed files with 3 additions and 4 deletions
|
|
@ -13,5 +13,4 @@ $(DIST_RUN_DEP): $(DIST_RUN_DEP_TAR) | $(DIST_RUN_BIN)
|
|||
$(call mb_copy,$(PATH_BIN)/dist/*,$(DIST_RUN_BIN))
|
||||
|
||||
$(DIST_RUN_NAME): $(DIST_RUN_DEP)
|
||||
$(call mb_autoexec_show_gui80_mouse,$(DIST_RUN_BIN),tara)
|
||||
$(call mb_openmsx_dosctl,$(DIST_RUN_BIN))
|
||||
$(call mb_msxpipe_run_gui_mouse,$(DIST_RUN_BIN),tara)
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ $(TARA_BIN)/%.rel: $(TARA_SRC)/%.asm | $(TARA_BIN)
|
|||
$(call mb_sdcc_compile_asm,$<,$@)
|
||||
|
||||
$(TARA_HEX): $(TARA_RELS)
|
||||
$(call mb_sdcc_link_asm_dos,$<,$@)
|
||||
$(call mb_sdcc_link_asm_bdos,$<,$@)
|
||||
|
||||
$(TARA_COM): $(TARA_HEX)
|
||||
$(call mb_sdcc_hex2bin,$<,$@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue