trs/justfile
2025-07-06 00:51:23 +05:30

11 lines
103 B
Makefile

set quiet := true
build:
cargo build
test:
cargo test
run +args='list':
cargo run -- {{args}}