SIGN IN SIGN UP
realpython / python-guide UNCLAIMED

Python best practices guidebook, written for humans.

0 0 0 Batchfile

Don't treat targets 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.
A
Aaron Peschel committed
82a89026b9300322443a135e962b7784fdd00d1a
Parent: 0760825