first commit
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
# mruby is using Rake (http://rake.rubyforge.org) as a build tool.
|
||||
|
||||
RAKE = rake
|
||||
|
||||
all :
|
||||
$(RAKE)
|
||||
.PHONY : all
|
||||
|
||||
test : all
|
||||
$(RAKE) test
|
||||
.PHONY : test
|
||||
|
||||
clean :
|
||||
$(RAKE) clean
|
||||
.PHONY : clean
|
||||
Reference in New Issue
Block a user