Skip to content

Commit cfc84eb

Browse files
authored
Merge pull request realpython#720 from apeschel/master
Don't treat targets as files
2 parents 695e805 + 82a8902 commit cfc84eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/writing/structure.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ your project.
254254
test:
255255
py.test tests
256256

257+
.PHONY init test
258+
257259
Other generic management scripts (e.g. ``manage.py``
258260
or ``fabfile.py``) belong at the root of the repository as well.
259261

0 commit comments

Comments
 (0)