Fixed openMSX export and WIP adding first flow generators.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s
This commit is contained in:
parent
9a0b0cbdb2
commit
a71f283d1d
29 changed files with 703 additions and 415 deletions
4
src/dist/0module.mk
vendored
4
src/dist/0module.mk
vendored
|
|
@ -18,9 +18,9 @@ $(DIST_BIN)/ahello2.com: bin/ahello-sdcc/ahello.com | $(DIST_BIN)
|
|||
$(call mb_copy,$<,$@)
|
||||
|
||||
$(DIST_BIN)/@prepare: | $(DIST_DEPS)
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(DIST_BIN)/@prepare,"Prepare folder with binaries for distribution.")
|
||||
MB_DOC_FIRE_TARGET += $(call mb_doc_target,$(DIST_BIN)/@prepare,"Prepare folder with binaries for distribution.")
|
||||
.PHONY: $(DIST_BIN)/@prepare
|
||||
|
||||
$(DIST_OUT): | $(DIST_BIN)/@prepare
|
||||
$(call mb_create_dist,$(DIST_BIN),$@)
|
||||
MB_DOC_HELP_TARGET += $(call mb_doc_target,$(DIST_OUT),"Build archive distribution artifact.")
|
||||
MB_DOC_FIRE_TARGET += $(call mb_doc_target,$(DIST_OUT),"Build archive distribution artifact.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue