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
/
Makefile
Age
Commit message (
Expand
)
Author
2020-12-21
refactor: fix Rake link and fix missing HTTPS on links
John Bampton
2019-12-21
Abandon `minirake`. Use `rake` for compilation; fix #4884
Yukihiro "Matz" Matsumoto
2019-08-26
change doc directory and reduce warnings
David Siaw
2019-08-18
first bit of doc generation
David Siaw
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-03-07
.PHONY should be placed after `all'
unak
2013-01-12
Makefile: add all to test dependency
Yukihiro Matz Matsumoto
2013-01-06
Remove unused rules in .gitignore and Makefile
Yuichiro MASUI
2012-12-20
replace "minirake" to "ruby minirake" for non UNIX platforms
Yukihiro Matz Matsumoto
2012-12-20
Add makefile for backward compatibility of shell build processes.
Daniel Bovensiepen
2012-12-16
Moved some building script from GNU make to Ruby script
Yuichiro MASUI
2012-12-09
Added LDFLAGS to Makefiles
Yuichiro MASUI
2012-11-23
Add the usage of MRUBY_ROOT to the mrbgems build system, so that we can easil...
Daniel Bovensiepen
2012-11-23
Change default location of GEMS.active file
Daniel Bovensiepen
2012-11-23
Add ACTIVE_GEMS flag to Makefile
Daniel Bovensiepen
2012-11-22
Deactivate / Activate GEMs Flag introduced into Makefile
Daniel Bovensiepen
2012-09-22
Move Gem Tests into the main Test target
Daniel Bovensiepen
2012-09-20
Integrate tests into mrbgems
Daniel Bovensiepen
2012-09-19
remove second gem
Daniel Bovensiepen
2012-09-13
change global Makefile by adding mrbgems to it
Daniel Bovensiepen
2012-09-10
Fix writing errors in Makefiles
Daniel Bovensiepen
2012-06-18
Make CFLAG choices in Makefiles more flexible
Daniel Bovensiepen
2012-05-23
Clean and DRY up the basic Makefiles
Jon
2012-05-23
Add `help` and `showconfig` targets to Makefile
Jon
2012-05-20
add "all" to test dependency
Yukihiro Matsumoto
2012-05-14
make test restructuring
Yukihiro Matsumoto
2012-05-14
mrit - Embeddable Ruby ISO Test
Daniel Bovensiepen
2012-05-13
merge mirb target to all in toplevel Makefile
Yukihiro Matsumoto
2012-05-12
mirb - Embeddable Interactive Ruby Shell
Daniel Bovensiepen
2012-05-02
run make -c mrblib from top
Yukihiro Matsumoto
2012-05-01
Makefile: run make at src first
Yukihiro Matsumoto
2012-05-01
remove ios compile tasks
Yuichiro MASUI
2012-04-30
build process restructured
Yukihiro Matsumoto
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