[[ Makefile ]]

3 篇文章提到了此关键词

…https://ricardoanderegg.com/posts/makefile-python-project-tricks/ Python 项目中使用 Makefile 的一些技巧,如 venv 设置,help message 输出,PYTHONPATH 设置等。 --- [答案在代码中:“实现需求”的双重含义 | Piglei](https://…

…ww.alexedwards.net/blog/a-time-saving-makefile-for-your-go-projects) Golang 项目的Makefile 模板,包含常用的 tidy、lint、test、build。 可以用 Just 和Task 来替代,配合阅读: [Taskfi…

…小克's 部落格](https://blog.goodjack.tw/2023/01/use-makefile-to-manage-workflows-for-web-projects.html) Makefile 就属于那种不喜欢但又到处都有的东西。 --- 一次线上内存使用率异常问题排查 从[TCMal…