HACKER Q&A
📣 lopz

Alternatives to GNU Make?


If so, which one?


  👤 wiml Accepted Answer ✓
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.