Python best practices guidebook, written for humans.
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