> I use Make as the standard way to interact with every repo I own. This allows me to type `make build` instead of `$some-language-specific-command-I-forget-in-2-weeks`.
I also used to do this until I switched out Make by Just[1]. I find it worth a recommendation.
Just like perl and grep, I stick to make because it's likely to be already available everywhere I need it. Such is the tyranny of the installed base. :/
I also used to do this until I switched out Make by Just[1]. I find it worth a recommendation.
https://github.com/casey/just