summaryrefslogtreecommitdiffhomepage
path: root/Makefile
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 /Makefile
parentfee3c1c2422f74839419edf296651a3570cded61 (diff)
downloadmruby-de17f63b4567cad3b02f1f1f9386eaf8dd704bbe.tar.gz
mruby-de17f63b4567cad3b02f1f1f9386eaf8dd704bbe.zip
Abandon `minirake`. Use `rake` for compilation; fix #4884
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4912f17e1..7f1a744e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
# mruby is using Rake (http://rake.rubyforge.org) as a build tool.
-# We provide a minimalistic version called minirake inside of our
-# codebase.
-RAKE = ruby ./minirake
+RAKE = rake
all :
$(RAKE)