Hacker News new | ask | show | jobs
by globular-toast 784 days ago
Most shells will tab complete after `./scripts/` too. In fact that's probably more common than make completion.

I think the real reason is you have it all in one file rather than multiple scripts which makes it easier to edit and maintain.

1 comments

Quite - one makefile rather than dozens of scripts which all do practically the same things.