11 lines
103 B
Makefile
11 lines
103 B
Makefile
set quiet := true
|
|
|
|
build:
|
|
cargo build
|
|
|
|
test:
|
|
cargo test
|
|
|
|
run +args='list':
|
|
cargo run -- {{args}}
|