Skip to content

Don't treat targets as files#720

Merged
kennethreitz merged 1 commit into
realpython:masterfrom
apeschel:master
Jul 15, 2016
Merged

Don't treat targets as files#720
kennethreitz merged 1 commit into
realpython:masterfrom
apeschel:master

Conversation

@apeschel
Copy link
Copy Markdown
Contributor

Currently, this sample Makefile has problems if there are any
files/directories named init or test in the same directory as the
makefile. This commit adds a phony to the sample Makefile so that these
targets are not treated as files.

Currently, this sample Makefile has problems if there are any
files/directories named init or test in the same directory as the
makefile. This commit adds a phony to the sample Makefile so that these
targets are not treated as files.
@kennethreitz
Copy link
Copy Markdown
Contributor

👍

@kennethreitz kennethreitz merged commit cfc84eb into realpython:master Jul 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants