Ask HN: Alternatives to GNU Make?

2 points by lopz ↗ HN
If so, which one?

1 comment

[ 3.4 ms ] story [ 15.1 ms ] thread
You might need to be more specific about what you're looking for. If you want a Make but not GNU, there's BSD Make. You could use Redo or Ninja or put all the build commands in a shell script surrounded by "if"s. You could re-run the build commands from your shell history as needed. You could make some sandwiches and go eat them in the park while reading a good book.