mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Fix .PHONY target rule
.PHONY should be followed by a colon
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user