What
Convert the project Makefile to a Justfile.
Why
So we can use just instead of make as our command runner. Make is a complicate build tool with wonky syntax and a lot of gotchas. We really need just a command runner.
Deliverables
- Install
just into devcontainer
- Install vscode-just extension into devcontainer
- Replace existing
Makefile to new, tested Justfile
What
Convert the project
Makefileto aJustfile.Why
So we can use just instead of
makeas our command runner. Make is a complicate build tool with wonky syntax and a lot of gotchas. We really need just a command runner.Deliverables
justinto devcontainerMakefileto new, testedJustfile