preserves/implementations/rust/Makefile

9 lines
88 B
Makefile
Raw Normal View History

2021-07-05 11:03:30 +00:00
all:
cargo build --all-targets
test:
cargo test
test-all:
cargo test --all-targets