Upgrade to 1.46.0
[platform/upstream/nghttp2.git] / third-party / mruby / Makefile
1 # mruby is using Rake (http://rake.rubyforge.org) as a build tool.
2
3 RAKE = rake
4
5 all :
6         $(RAKE)
7 .PHONY : all
8
9 test : all
10         $(RAKE) test
11 .PHONY : test
12
13 clean :
14         $(RAKE) clean
15 .PHONY : clean