Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 91df42f

Browse filesBrowse files
authored
Fix .PHONY target rule
.PHONY should be followed by a colon
1 parent 972405b commit 91df42f
Copy full SHA for 91df42f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/writing/structure.rst

Copy file name to clipboardExpand all lines: docs/writing/structure.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ your project.
254254
test:
255255
py.test tests
256256

257-
.PHONY init test
257+
.PHONY: init test
258258

259259
Other generic management scripts (e.g. ``manage.py``
260260
or ``fabfile.py``) belong at the root of the repository as well.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.