Converted make4msx to flow project.

This commit is contained in:
Willem Cazander 2024-07-17 23:19:23 +02:00
parent 646c92f46b
commit 661097a30b
3 changed files with 26 additions and 23 deletions

View file

@ -85,9 +85,10 @@ endif
MB_@INCLUDE_CHAIN :=
# Glue phony targets to get internal @include tree (semi) correct (TODO: fix chain in: mb_flow_0module_setup)
.PHONY: @include @@include-root @@include-libs @@include-mods @@include-parent @@include-tree
.PHONY: @include @@include-root @@include-libs @@include-mods @@include-parent @@include-tree @@module-msxhub
@@include-parent:: @@include-mods
@include:: @@include-libs @@include-root
@@module-msxhub: @@include-libs
# Document our internal variables, now we have the functions loaded
$(MB_ )$(call mb-make-call,mb-doc-variable-rock,MB_@RECIPE,Recipe prefix to set and indent flow eval rules.)