Commit 661906c6 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

should compile all mrblib files

parent c14e4408
...@@ -63,7 +63,7 @@ $(MRBC) : ../src/opcode.h ../src/codegen.c ../src/parse.y ...@@ -63,7 +63,7 @@ $(MRBC) : ../src/opcode.h ../src/codegen.c ../src/parse.y
# merge mruby sources # merge mruby sources
$(RLIB) : $(MRBS) $(RLIB) : $(MRBS)
$(CAT) $? > $@ $(CAT) $(MRBS) > $@
# clean up # clean up
.PHONY : clean .PHONY : clean
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment