11 lines
No EOL
108 B
Makefile
11 lines
No EOL
108 B
Makefile
run:
|
|
cargo run
|
|
|
|
test:
|
|
cargo test --verbose
|
|
|
|
doc:
|
|
cargo doc --no-deps
|
|
|
|
fmt:
|
|
cargo fmt
|