diff --git a/README.md b/README.md index 383f8f6..11612a4 100644 --- a/README.md +++ b/README.md @@ -49,17 +49,17 @@ Most simple `Makefile` example; # Write normal make rules -Use simple with 0module structure add tree include structure. +To use ONLY the module structure tree loading use the skywalker; PATH_SRC := src - $(call mb_make_call,mb_flow_0module_setup,$(PATH_SRC)) + $(call mb-make-call,mb-flow-nx01-skywalker,$(PATH_SRC)) -Or more complex do a full flow setup of project with; -(note this will call also the 0module_setup for you) +Do do a more NORMAL setup, add the full flow setup to the project with; +(note this will call also the skywalker for you) PATH_BIN := bin PATH_SRC := src - $(call mb_make_call,mb_setup_default,$(PATH_BIN),$(PATH_SRC)) + $(call mb-make-call,mb-setup-default,$(PATH_BIN),$(PATH_SRC)) # Write normal and/or dynamic flow rules in many 0module.mk files. @@ -141,7 +141,7 @@ When you want to see whats happening do a debug run; make ASSERT_MSXHUB_MACHINE=Philips_VG_8000 bin/assert/msxhub/@run view the make graph of an target; - make -Bnd bin/example/dist-hello-qa-msx1/@assert | make2graph | dot -Tpng -o /tmp/out.png;open /tmp/out.png + make -Bnd bin/example/dist-hello-qa-msx1/@assert/@package-qa/@check-prefix | make2graph | dot -Tpng -o /tmp/out.png;open /tmp/out.png ## Internal conventions make