raidillon/justfile
2025-06-28 14:20:46 +03:00

10 lines
155 B
Makefile

default:
@just --list
# Run 'cargo run' on the project
run *ARGS:
cargo run {{ARGS}}
# Watch for changes and automatically restart
watch:
bacon