Move native os command to own file.
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
9a545d3c3a
commit
f36aae1917
9 changed files with 55 additions and 38 deletions
3
Makefile
3
Makefile
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue