Merge pull request #1345 from kyab/doc_update_verbose

[doc]Introduce ./minirake -v
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-07-05 19:40:47 -07:00
+2 -1
View File
@@ -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