Fix .PHONY target rule

.PHONY should be followed by a colon
This commit is contained in:
Kevin Ndung'u
2016-08-10 16:58:21 +03:00
committed by GitHub
parent 972405bad7
commit 91df42f170
+1 -1
View File
@@ -254,7 +254,7 @@ your project.
test:
py.test tests
.PHONY init test
.PHONY: init test
Other generic management scripts (e.g. ``manage.py``
or ``fabfile.py``) belong at the root of the repository as well.