From de17f63b4567cad3b02f1f1f9386eaf8dd704bbe Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 20 Dec 2019 22:36:44 +0900 Subject: Abandon `minirake`. Use `rake` for compilation; fix #4884 --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3