9 lines
65 B
Makefile
9 lines
65 B
Makefile
build:
|
|
cargo build
|
|
|
|
test:
|
|
cargo test
|
|
|
|
run:
|
|
cargo run
|