summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-07-05 19:40:47 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2013-07-05 19:40:47 -0700
commit54ba24061f19bcb104a6f84455a44620bfd8959d (patch)
tree48fae35bfa6648ea2a3f83f65c2a42512a0140e4
parent850e703e1ee54f169d30246f16d8c031328b7671 (diff)
parent3a55ab33eb581419e6660f2be81ae0f5b2da214d (diff)
downloadmruby-54ba24061f19bcb104a6f84455a44620bfd8959d.tar.gz
mruby-54ba24061f19bcb104a6f84455a44620bfd8959d.zip
Merge pull request #1345 from kyab/doc_update_verbose
[doc]Introduce ./minirake -v
-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 4ecc1da39..e7f382f15 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