Moved help to targets section.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s
This commit is contained in:
parent
07b5a6235e
commit
0aecfa1ba3
10 changed files with 20 additions and 11 deletions
|
|
@ -3,7 +3,6 @@ DIST_QA_DOS1_MOD := dist-qa-dos1
|
|||
DIST_QA_DOS1_SRC := $(PATH_SRC)/$(DIST_QA_DOS1_MOD)
|
||||
DIST_QA_DOS1_BIN := $(PATH_BIN)/$(DIST_QA_DOS1_MOD)
|
||||
DIST_QA_DOS1_DEPS := $(subst dist,$(DIST_QA_DOS1_MOD),$(DIST_DEPS))
|
||||
BUILD_HELP += \\n\\t* $(DIST_QA_DOS1_BIN)/@run\\n\\t* $(DIST_QA_DOS1_BIN)/@assert
|
||||
|
||||
$(DIST_QA_DOS1_BIN):
|
||||
$(call mb_mkdir,$(DIST_QA_DOS1_BIN))
|
||||
|
|
@ -12,11 +11,13 @@ $(DIST_QA_DOS1_BIN):
|
|||
$(DIST_QA_DOS1_BIN)/%: $(DIST_BIN)/% | $(DIST_QA_DOS1_BIN) $(DIST_DEPS)
|
||||
$(call mb_copy,$<,$@)
|
||||
|
||||
BUILD_HELP += \\n\\t* $(DIST_QA_DOS1_BIN)/@run
|
||||
.PHONY: $(DIST_QA_DOS1_BIN)/@run
|
||||
$(DIST_QA_DOS1_BIN)/@run: | $(DIST_QA_DOS1_DEPS)
|
||||
$(call mb_autoexec_show_gui80,$(DIST_QA_DOS1_BIN))
|
||||
$(call mb_openmsx_dosctl,$(DIST_QA_DOS1_BIN))
|
||||
|
||||
BUILD_HELP += \\n\\t* $(DIST_QA_DOS1_BIN)/@assert
|
||||
.PHONY: $(DIST_QA_DOS1_BIN)/@assert
|
||||
$(DIST_QA_DOS1_BIN)/@assert: | $(DIST_QA_DOS1_DEPS)
|
||||
$(call mb_autoexec_write_default,$(DIST_QA_DOS1_BIN))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue