preserves/implementations/rust/Makefile

9 lines
88 B
Makefile

all:
cargo build --all-targets
test:
cargo test
test-all:
cargo test --all-targets