[doc]Introduce ./minirake -v

This commit is contained in:
kyab
2013-07-05 22:34:52 +09:00
parent d4b8fdd7a5
commit 3a55ab33eb
+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