Make is not a command runner. That people are abusing it as such doesn't mean make needs to change, it means people need to use the right tool for the job. Shell scripts can do the exact same thing without the wonky syntax or attempted dependency resolution, so why not just write a shell script? Hell, even npm has script running functionality. Is that not sufficient?
shortrounddev2|2 years ago
Idk about you but every shell syntax on a unix-like OS is wonky to me
getrealyall|2 years ago
jonathankoren|2 years ago
dima55|2 years ago