.PHONY should be placed after `all'
@@ -4,15 +4,14 @@
RAKE = ruby ./minirake
.PHONY : all
all :
$(RAKE)
.PHONY : test
test : all
$(RAKE) test
.PHONY : clean
clean :
$(RAKE) clean
The note is not visible to the blocked user.