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 @@
RAKE = ruby ./minirake
.PHONY : all
all :
$(RAKE)
.PHONY : all
.PHONY : test
test : all
$(RAKE) test
.PHONY : test
.PHONY : clean
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