7 lines
40 B
Makefile
7 lines
40 B
Makefile
|
test:
|
||
|
cargo test
|
||
|
|
||
|
build:
|
||
|
cargo build
|
||
|
|