Makefile tricks for Python projects
Makefile tricks for Python projects

ricardoanderegg.com
Makefile tricks for Python projects

Some neat tricks for using Makefiles
with Python that I hadn't seen before. The one I have seen, having a help
target, has been super useful in team environments and for debugging when used with variables.