Y
Hacker News
new
|
ask
|
show
|
jobs
by
zamalek
300 days ago
It's not technically a make replacement (make does do things like incremental build management etc.), but it
just
goes to show how bad the DX of make is.
1 comments
0x457
300 days ago
IMO 'just' replaces make where make shouldn't be used - generic task runner.
link
nesarkvechnep
300 days ago
Correct. Make should be used with the filesystem, minimising PHONY.
link