|
|
|
|
|
by ErikBjare
781 days ago
|
|
Why ask all my users to install just, when make works fine? Adding a build dependency is always undesirable. just doesn't even do many of the things make does, as the README states: "just is a command runner, not a build system" |
|
And yes, `just` isn't a build system per se, it still requires something to track modified source files and whether they map to the requisite build artifacts. Good for C/C++ and maybe stuff like Latex -> HTML but outside of that it's obsolete and thank the gods for that.
If it works well for you, cool. As mentioned up-thread I wouldn't attempt a switch with hundreds of Makefiles already working fine either.
But I'm very happy to tell you that your case is the vanishing minority. Happily the world has moved on.