# mruby is using Rake (rake.rubyforge.org) as a build tool. # We provide a minimalistic version called minirake inside of our # codebase.
RAKE = ruby ./minirake
.PHONY : all all :
$(RAKE)
.PHONY : test test : all
$(RAKE) test
.PHONY : clean clean :
$(RAKE) clean
Generated with the Rubydoc Rdoc Generator 0.22.9.