summaryrefslogtreecommitdiffhomepage
path: root/doc/guides/compile.md
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-12-20 22:36:44 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2019-12-21 22:11:08 +0900
commitde17f63b4567cad3b02f1f1f9386eaf8dd704bbe (patch)
tree222d4fa4c2bcdc982c0afa32855df56e43e7798e /doc/guides/compile.md
parentfee3c1c2422f74839419edf296651a3570cded61 (diff)
downloadmruby-de17f63b4567cad3b02f1f1f9386eaf8dd704bbe.tar.gz
mruby-de17f63b4567cad3b02f1f1f9386eaf8dd704bbe.zip
Abandon `minirake`. Use `rake` for compilation; fix #4884
Diffstat (limited to 'doc/guides/compile.md')
-rw-r--r--doc/guides/compile.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guides/compile.md b/doc/guides/compile.md
index 6a093310a..ba23fcfb4 100644
--- a/doc/guides/compile.md
+++ b/doc/guides/compile.md
@@ -32,10 +32,10 @@ All tools necessary to compile mruby can be set or modified here. In case
you want to maintain an additional *build_config.rb* you can define a
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`. To see full command line on
-build, call `./minirake -v`.
+To compile just call `rake` inside of the mruby source root. To
+generate and execute the test tools call `rake test`. To clean
+all build files call `rake clean`. To see full command line on
+build, call `rake -v`.
## Build Configuration