summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
AgeCommit message (Collapse)Author
2013-01-03Rebuild CRuby based building script without MakefileYuichiro MASUI
Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb
2012-09-10Fix writing errors in MakefilesDaniel Bovensiepen
2012-08-28fixed typosKim H Madsen
2012-06-18Make CFLAG choices in Makefiles more flexibleDaniel Bovensiepen
2012-05-23Clean and DRY up the basic MakefilesJon
2012-05-23add dependency from keywords to lex.defYukihiro Matsumoto
2012-05-17avoid updating existing libmruby.a to avoid problems on low time resolution ↵Yukihiro Matsumoto
file systems; close #136
2012-05-15Makefile: remove echo action from all targetYukihiro Matsumoto
2012-05-03library file name renamed to libmruby.a on all platformsYukihiro Matsumoto
2012-05-02rename ritevm.a to mruby.aYukihiro Matsumoto
2012-04-30build process restructuredYukihiro Matsumoto
2012-04-23Fixed to forget to remove some files on 'make clean'Yuichiro MASUI
2012-04-20remove dependency to SIZEOF_VOIDPYukihiro Matsumoto
2012-04-20fix Makefile: quoted CC/LL are heap up to each Makefiles.mattn
2012-04-20add mruby sourcesmimaki