11 lines
117 B
Makefile
11 lines
117 B
Makefile
format:
|
|
cargo-fmt
|
|
|
|
run: format
|
|
cargo run
|
|
|
|
build: format
|
|
cargo build --release
|
|
|
|
test:
|
|
cargo test -r -- --nocapture
|