Commit 035898c7 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1824 from unak/patch-1

.PHONY should be placed after `all'
parents fe1b4cea 8ee5b019
...@@ -4,15 +4,14 @@ ...@@ -4,15 +4,14 @@
RAKE = ruby ./minirake RAKE = ruby ./minirake
.PHONY : all
all : all :
$(RAKE) $(RAKE)
.PHONY : all
.PHONY : test
test : all test : all
$(RAKE) test $(RAKE) test
.PHONY : test
.PHONY : clean
clean : clean :
$(RAKE) clean $(RAKE) clean
.PHONY : clean
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment