diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-12-28 23:11:39 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-12-28 23:11:39 -0800 |
commit | 07f5aa5bbf9445c1ff188a6f75a6fa162119cc35 (patch) | |
tree | 86d3ddf93bfa09cba7bafffbed6e7fa7ac863faa /doc/mbld.txt | |
parent | 5f46919fc6a471d9a75bb25fae64aecefc9ec864 (diff) | |
download | mc-07f5aa5bbf9445c1ff188a6f75a6fa162119cc35.tar.gz |
Add the '-R' option to mbld.
You can now build and run directly as one step.
Diffstat (limited to 'doc/mbld.txt')
-rw-r--r-- | doc/mbld.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/mbld.txt b/doc/mbld.txt index 9491f98..7dc1423 100644 --- a/doc/mbld.txt +++ b/doc/mbld.txt @@ -39,7 +39,9 @@ list for the binaries. Local libraries will still need to be added manually. To build, install, and test this binary, the following commands can be run: mbld # builds everything + mbld gen # generates 'gen' targets mbld install # installs + mbld uninstall # uninstalls mbld test # runs tests mbld clean # removes generated files @@ -126,6 +128,12 @@ However, any attempts to use members of foo/ as part of the build from within bar/ will raise an error, as you are attempting to reference a build from outside of the project. +Flags +----- + + -T list all targets + -t build with build tag 't + Commands -------- |