summaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Expand)Author
2019-12-21Abandon `minirake`. Use `rake` for compilation; fix #4884Yukihiro "Matz" Matsumoto
2019-08-26change doc directory and reduce warningsDavid Siaw
2019-08-18first bit of doc generationDavid Siaw
2014-04-30remove trailing spacesNobuyoshi Nakada
2014-03-07.PHONY should be placed after `all'unak
2013-01-12Makefile: add all to test dependencyYukihiro Matz Matsumoto
2013-01-06Remove unused rules in .gitignore and MakefileYuichiro MASUI
2012-12-20replace "minirake" to "ruby minirake" for non UNIX platformsYukihiro Matz Matsumoto
2012-12-20Add makefile for backward compatibility of shell build processes.Daniel Bovensiepen
2012-12-16Moved some building script from GNU make to Ruby scriptYuichiro MASUI
2012-12-09Added LDFLAGS to MakefilesYuichiro MASUI
2012-11-23Add the usage of MRUBY_ROOT to the mrbgems build system, so that we can easil...Daniel Bovensiepen
2012-11-23Change default location of GEMS.active fileDaniel Bovensiepen
2012-11-23Add ACTIVE_GEMS flag to MakefileDaniel Bovensiepen
2012-11-22Deactivate / Activate GEMs Flag introduced into MakefileDaniel Bovensiepen
2012-09-22Move Gem Tests into the main Test targetDaniel Bovensiepen
2012-09-20Integrate tests into mrbgemsDaniel Bovensiepen
2012-09-19remove second gemDaniel Bovensiepen
2012-09-13change global Makefile by adding mrbgems to itDaniel Bovensiepen
2012-09-10Fix writing errors in MakefilesDaniel Bovensiepen
2012-06-18Make CFLAG choices in Makefiles more flexibleDaniel Bovensiepen
2012-05-23Clean and DRY up the basic MakefilesJon
2012-05-23Add `help` and `showconfig` targets to MakefileJon
2012-05-20add "all" to test dependencyYukihiro Matsumoto
2012-05-14make test restructuringYukihiro Matsumoto
2012-05-14mrit - Embeddable Ruby ISO TestDaniel Bovensiepen
2012-05-13merge mirb target to all in toplevel MakefileYukihiro Matsumoto
2012-05-12mirb - Embeddable Interactive Ruby ShellDaniel Bovensiepen
2012-05-02run make -c mrblib from topYukihiro Matsumoto
2012-05-01Makefile: run make at src firstYukihiro Matsumoto
2012-05-01remove ios compile tasksYuichiro MASUI
2012-04-30build process restructuredYukihiro Matsumoto
2012-04-23Fixed to forget to remove some files on 'make clean'Yuichiro MASUI
2012-04-20fix Makefile: quoted CC/LL are heap up to each Makefiles.mattn
2012-04-20add mruby sourcesmimaki