Added optional project name to help system.
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
f36aae1917
commit
00ae20a61e
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -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))
|
||||
$(eval $(call mb_make_call,mb_doc_flow_help,MSXBUILD-Example))
|
||||
$(eval $(call mb_make_call,mb_make_flow_0module,$(PATH_SRC)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue