index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrblib
/
Makefile
Age
Commit message (
Expand
)
Author
2013-01-03
Rebuild CRuby based building script without Makefile
Yuichiro MASUI
2012-12-09
Added LDFLAGS to Makefiles
Yuichiro MASUI
2012-09-10
Fix writing errors in Makefiles
Daniel Bovensiepen
2012-09-09
mrb might be intialized incompletely from mrbc; close #457
Yukihiro Matsumoto
2012-06-18
Make CFLAG choices in Makefiles more flexible
Daniel Bovensiepen
2012-05-28
should compile all mrblib files
Yukihiro Matsumoto
2012-05-23
Clean and DRY up the basic Makefiles
Jon
2012-05-17
libmruby.a should depend on libmruby_core.a
Yukihiro Matsumoto
2012-05-17
add rule to clean libmruby.a from mrblib/Makefile
Yukihiro Matsumoto
2012-05-17
avoid updating existing libmruby.a to avoid problems on low time resolution f...
Yukihiro Matsumoto
2012-05-15
remove unused dependency
Yukihiro Matsumoto
2012-05-15
Makefile: remove echo action from all target
Yukihiro Matsumoto
2012-05-15
update Makefile dependency
Yukihiro Matsumoto
2012-05-03
library file name renamed to libmruby.a on all platforms
Yukihiro Matsumoto
2012-05-02
run make -c mrblib from top
Yukihiro Matsumoto
2012-04-30
Add dependency file to 'clean' target
Daniel Bovensiepen
2012-04-30
build process restructured
Yukihiro Matsumoto
2012-04-23
force to remove mrblib/mrblib.d
takahashim
2012-04-23
Fixed to forget to remove some files on 'make clean'
Yuichiro MASUI
2012-04-20
fix Makefile: quoted CC/LL are heap up to each Makefiles.
mattn
2012-04-20
add mruby sources
mimaki