Comment on Makefiles for Web Work (2022)Comments−hardwaresofton2yIf you’re going to use make, use just instead:https://github.com/casey/just−0xbadcafebee2yJust is actually less powerful/feature filled, so you will eventually find things you can't do, but find out that Make can do it, and go back to Make−bronxpockfabz2yOr https://github.com/sagiegurari/cargo-make
Comments
If you’re going to use make, use just instead:
https://github.com/casey/just
Just is actually less powerful/feature filled, so you will eventually find things you can't do, but find out that Make can do it, and go back to Make
Or https://github.com/sagiegurari/cargo-make