raidillon/justfile
2025-07-25 00:55:28 +03:00

8 lines
76 B
Makefile

default:
@just --list
run *ARGS:
cargo run {{ARGS}}
watch:
bacon