|
|
|
|
|
by dima55
2230 days ago
|
|
The tool you want is remake: http://bashdb.sourceforge.net/remake/ This is GNU Make + a few patches. So it's 100% compatible. And you get an interactive debugger, and lots more stuff. For instance, to list out the commands: remake --targets
No idea why this hasn't been merged upstream.Your larger point really stands, though: if you're just running commands, you shouldn't be using Make. But it is abused in that way often, so... |
|