summaryrefslogtreecommitdiffhomepage
path: root/doc/compile
diff options
context:
space:
mode:
authorkyab <[email protected]>2013-07-05 22:34:52 +0900
committerkyab <[email protected]>2013-07-05 22:34:52 +0900
commit3a55ab33eb581419e6660f2be81ae0f5b2da214d (patch)
tree864ff5824302eb7d0461b238d9eef1fe27f85719 /doc/compile
parentd4b8fdd7a56ac17064bfcce75df25f100b4a407c (diff)
downloadmruby-3a55ab33eb581419e6660f2be81ae0f5b2da214d.tar.gz
mruby-3a55ab33eb581419e6660f2be81ae0f5b2da214d.zip
[doc]Introduce ./minirake -v
Diffstat (limited to 'doc/compile')
-rw-r--r--doc/compile/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/compile/README.md b/doc/compile/README.md
index a244d06b2..dadaa44df 100644
--- a/doc/compile/README.md
+++ b/doc/compile/README.md
@@ -33,7 +33,8 @@ customized path using the *$MRUBY_CONFIG* environment variable.
To compile just call ```./minirake``` inside of the mruby source root. To
generate and execute the test tools call ```./minirake test```. To clean
-all build files call ```./minirake clean```.
+all build files call ```./minirake clean```. To see full command line on
+build, call ```./minirake -v```.
## Build Configuration