Move native os command to own file.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s

This commit is contained in:
Willem Cazander 2024-07-06 00:11:54 +02:00
parent 9a545d3c3a
commit f36aae1917
9 changed files with 55 additions and 38 deletions

View file

@ -12,7 +12,8 @@ endif
PATH_BIN := bin
PATH_SRC := src
include lib/make/msxbuild.mk
PATH_MSXBUILD ?= .
include $(PATH_MSXBUILD)/lib/make/msxbuild.mk
$(eval $(call mb_make_call,mb_doc_flow_help))
$(eval $(call mb_make_call,mb_make_flow_0module,$(PATH_SRC)))