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_DOS2_MOD := dist-qa-dos2
|
|||
DIST_QA_DOS2_SRC := $(PATH_SRC)/$(DIST_QA_DOS2_MOD)
|
||||
DIST_QA_DOS2_BIN := $(PATH_BIN)/$(DIST_QA_DOS2_MOD)
|
||||
DIST_QA_DOS2_DEPS := $(subst dist,$(DIST_QA_DOS2_MOD),$(DIST_DEPS))
|
||||
BUILD_HELP += \\n\\t* $(DIST_QA_DOS2_BIN)/@run\\n\\t* $(DIST_QA_DOS2_BIN)/@assert
|
||||
|
||||
$(DIST_QA_DOS2_BIN):
|
||||
$(call mb_mkdir,$(DIST_QA_DOS2_BIN))
|
||||
|
|
@ -12,11 +11,13 @@ $(DIST_QA_DOS2_BIN):
|
|||
$(DIST_QA_DOS2_BIN)/%: $(DIST_BIN)/% | $(DIST_QA_DOS2_BIN) $(DIST_DEPS)
|
||||
$(call mb_copy,$<,$@)
|
||||
|
||||
BUILD_HELP += \\n\\t* $(DIST_QA_DOS2_BIN)/@run
|
||||
.PHONY: $(DIST_QA_DOS2_BIN)/@run
|
||||
$(DIST_QA_DOS2_BIN)/@run: | $(DIST_QA_DOS2_DEPS)
|
||||
$(call mb_autoexec_show_gui80,$(DIST_QA_DOS2_BIN))
|
||||
$(call mb_openmsx_dosctl,$(DIST_QA_DOS2_BIN))
|
||||
|
||||
BUILD_HELP += \\n\\t* $(DIST_QA_DOS2_BIN)/@assert
|
||||
.PHONY: $(DIST_QA_DOS2_BIN)/@assert
|
||||
$(DIST_QA_DOS2_BIN)/@assert: | $(DIST_QA_DOS2_DEPS)
|
||||
$(call mb_delete,$(DIST_QA_DOS2_BIN)/ahello1.out)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue