diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-28 12:10:23 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-28 12:10:23 +0900 |
| commit | 661906c6824e992790c2558d9983eb606367f5cc (patch) | |
| tree | 54d355dd04ea22c5a4f80f31124f80107511f9b7 | |
| parent | c14e440897b2cf8c0769f00d9a14810b11ca9a99 (diff) | |
| download | mruby-661906c6824e992790c2558d9983eb606367f5cc.tar.gz mruby-661906c6824e992790c2558d9983eb606367f5cc.zip | |
should compile all mrblib files
| -rw-r--r-- | mrblib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrblib/Makefile b/mrblib/Makefile index 9a7e93596..c7226ddcd 100644 --- a/mrblib/Makefile +++ b/mrblib/Makefile @@ -63,7 +63,7 @@ $(MRBC) : ../src/opcode.h ../src/codegen.c ../src/parse.y # merge mruby sources $(RLIB) : $(MRBS) - $(CAT) $? > $@ + $(CAT) $(MRBS) > $@ # clean up .PHONY : clean |
