nalgebra/Makefile

12 lines
220 B
Makefile
Raw Normal View History

2013-05-14 19:35:01 +08:00
all:
cargo check --features "debug arbitrary serde-serialize"
2013-05-14 19:35:01 +08:00
doc:
cargo doc --no-deps --features "debug arbitrary serde-serialize"
2014-07-27 15:13:43 +08:00
2016-12-05 06:00:12 +08:00
bench:
cargo bench
2013-08-11 19:24:38 +08:00
2016-12-05 06:00:12 +08:00
test:
cargo test --features "debug arbitrary serde-serialize"