Implemented mb_make_call_eval function.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -1s

This commit is contained in:
Willem Cazander 2024-07-06 13:10:46 +02:00
parent 1b2e6fbe99
commit e3b9df25e9
3 changed files with 11 additions and 4 deletions

View file

@ -14,6 +14,6 @@ PATH_BIN := bin
PATH_SRC := src
PATH_MSXBUILD ?= .
include $(PATH_MSXBUILD)/lib/make/msxbuild.mk
$(eval $(call mb_make_call,mb_doc_flow_help,MSXBUILD-Example))
$(eval $(call mb_make_call,mb_make_flow_0module,$(PATH_SRC)))
$(call mb_make_call_eval,mb_doc_flow_help,MSXBUILD-Example)
$(call mb_make_call_eval,mb_make_flow_0module,$(PATH_SRC))