7 lines
71 B
Makefile
7 lines
71 B
Makefile
run:
|
|
cargo run -r
|
|
test:
|
|
cargo test
|
|
build:
|
|
cargo build -r
|