raidillon/justfile

8 lines
76 B
Makefile

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