A template for c projects configured using meson and just.
- a c compiler
- meson
- just
- Setup or reconfigure the project:
just setup
- Compile the project:
just build
- Run the project:
just run
You can also pass arguments to the compiled binary:
just run "Planet Eearth"