source: EcnlProtoTool/trunk/mruby-2.1.1/Makefile@ 439

Last change on this file since 439 was 439, checked in by coas-nagasima, 4 years ago

mrubyを2.1.1に更新

File size: 208 bytes
Line 
1# mruby is using Rake (http://rake.rubyforge.org) as a build tool.
2
3RAKE = build.bat
4
5all :
6 $(RAKE)
7.PHONY : all
8
9test : all
10 $(RAKE) test
11.PHONY : test
12
13clean :
14 $(RAKE) clean
15.PHONY : clean
Note: See TracBrowser for help on using the repository browser.