summaryrefslogtreecommitdiffhomepage
path: root/test/Makefile
diff options
context:
space:
mode:
authorYuichiro MASUI <[email protected]>2012-12-17 02:19:46 +0900
committerYuichiro MASUI <[email protected]>2012-12-17 02:19:46 +0900
commit8f9105d21a3039641e6c1f700adafd1d75e6b255 (patch)
tree1e57860066f6220c97dc15de0517dbcfe9a68fc7 /test/Makefile
parent4b8959daff04feabbcb3b2302f5171561ca1f194 (diff)
downloadmruby-8f9105d21a3039641e6c1f700adafd1d75e6b255.tar.gz
mruby-8f9105d21a3039641e6c1f700adafd1d75e6b255.zip
Moved some building script from GNU make to Ruby script
Added minirake what's Rake subset
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 7f6607e95..f918d674d 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -78,7 +78,8 @@ MRUBY= ../bin/mruby
EXE := $(TARGET)
endif
-RAKE = ../minirake
+RAKE = ../minirake
+
##############################
# generic build targets, rules