|
|
|
|
|
by bassdropvroom
1845 days ago
|
|
> why not just do a bash script with a switch in it? Because with bash scripts you'd be re-inventing the wheel when it comes to dependencies, among other things. Make certainly might not be the right tool for having a bunch of "dev commands" that aren't targets/recipes, but bash isn't it either. There is plenty of task runners that allow you to have a single source of truth for dev commands. |
|
In fact, nothing is stopping people from using make for some things and leaving the bulk of everything else to a separate shell script.