diff options
| author | Yuichiro MASUI <[email protected]> | 2012-12-17 02:19:46 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2012-12-17 02:19:46 +0900 |
| commit | 8f9105d21a3039641e6c1f700adafd1d75e6b255 (patch) | |
| tree | 1e57860066f6220c97dc15de0517dbcfe9a68fc7 /test | |
| parent | 4b8959daff04feabbcb3b2302f5171561ca1f194 (diff) | |
| download | mruby-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')
| -rw-r--r-- | test/Makefile | 3 |
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 |
