|
|
|
|
|
by cytzol
1605 days ago
|
|
If you're using Make as a command runner or a "standard entry point" to a project, instead of using it as a build system that tracks dependencies between files, I highly recommend using `just` instead: https://github.com/casey/just It has this functionality built-in, and avoids a lot of Make's idiosyncrasies. (Not affiliated, just a fan.) |
|