https://git.sr.ht/~izzy_h/pc-calendar/tree/main/item/Makefile ← So this is basically the #makefile I use for all my #python projects these days. The `run:` target changes based on the actual thing being built, but that's about it!
It solves the fact that I hate managing virtualenvs for the same reason I hate git branches: they're invisible state. Give me a directory on a unix filesystem! This one at least takes care of itself if I "just run `make`" and the `make clean` target wipes it out.


Qiita - 人気の記事