Hacker News new | ask | show | jobs
by woodruffw 978 days ago
Here is my "one true" Makefile for Python projects[1]. The skeleton gets tweaked slightly each time, but it's served me well for 4+ years.

[1]: https://github.com/pypa/pip-audit/blob/main/Makefile

1 comments

Thanks for sharing