Skip to content

Comment on Makefiles for Web Work (2022)parent

Comments

Same. I think a lot of it comes down to the language you’re using. If I’m doing something in Python or Rust, poetry or cargo hand all the magic I would have encoded in a Makefile for a C project years ago. Today I have a justfile with a target like:

  build:
      cargo build
and a bunch of other targets for testing, running it, etc.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.