Skip to content

title: Makefile patterns description: Makefile patterns: self-documenting help target, .PHONY hygiene, and uv integration. status: stub tags: - hygiene


Makefile patterns

Stub page

Self-documenting Makefile patterns I keep reaching for.

Planned content

  • make help that reads doc-strings
  • .PHONY conventions
  • Pattern rules and stamp files
  • Cross-platform pitfalls