|
|
|
|
|
by nrclark
789 days ago
|
|
GNU Make gives me: - tab completion of targets
- automatic dependency execution
- automatic entry points between every task
- result caching
- parallel execution
Yes, it’s possible to do all of this by hand in shell scripts. But why would I, when Make is ubiquitous and battle-tested? |
|