Skip Navigation
Python @lemmy.ml jnovinger @lemmy.ml

Makefile tricks for Python projects

ricardoanderegg.com Makefile tricks for Python projects

I like using Makefiles. They work great both as simple task runners as well as build systems for medium-size projects. This is my starter template for Python projects. Note: This blog post assumes some basic knowledge of how make and Makefiles work. Basic configuration I like using bash as the defau...

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.

0
0 comments