Moved example into own sub folder and prefixed all.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 15s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 15s
This commit is contained in:
parent
de377cf420
commit
a1ae7248ea
26 changed files with 285 additions and 282 deletions
|
|
@ -1,5 +1,10 @@
|
|||
|
||||
define __mb_flow_m80_bdos_mono
|
||||
# TODO: to create bin files use;
|
||||
# l80 /P:C000,hello,hello/N/X/Y/E
|
||||
# and
|
||||
# hextobin hello.hex hello.bin
|
||||
|
||||
define __mb_flow_macro80_bdos_mono
|
||||
.RECIPEPREFIX := $(MB_@RECIPE)
|
||||
|
||||
$(1)/@@process-deps:: $(1)/$(3).mac
|
||||
|
|
@ -28,12 +33,12 @@ $(MB_ᕽᕽᕽ )$$(call mb_make_call,mb_proj_grow_deps_phase,@build,$(1)
|
|||
|
||||
.RECIPEPREFIX := $(MB_@RECIPEPREFIX)
|
||||
endef
|
||||
define mb_flow_m80_bdos_mono
|
||||
define mb_flow_macro80_bdos_mono
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_make_check_arg3,$(0),$(1),$(2),$(3))
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_flow_proj_setup,$(1),@init,$(1))
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_flow_proj_module_run,$(1))
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_flow_proj_prepare_packages,$(1),macro80 z80asmuk,utils)
|
||||
$(MB_ᕽᕽᕽ )$(eval $(call mb_make_call,__$(0),$(1),$(2),$(3)))
|
||||
endef
|
||||
$(call mb_make_call,mb_doc_function_flow,mb_flow_m80_bdos_mono,"Inject flow of m80 toolchain bdos mono file module.","<bin-dir> <src-dir> <objname>")
|
||||
$(call mb_make_call,mb_doc_function_flow,mb_flow_macro80_bdos_mono,"Inject flow of m80 toolchain bdos mono file module.","<bin-dir> <src-dir> <objname>")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue