trs/justfile
2025-07-14 20:43:24 +05:30

14 lines
126 B
Makefile

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