nalgebra/Makefile

12 lines
121 B
Makefile
Raw Normal View History

2013-05-14 19:35:01 +08:00
all:
2016-12-05 06:00:12 +08:00
cargo build --features "arbitrary"
2013-05-14 19:35:01 +08:00
doc:
2016-12-05 06:00:12 +08:00
cargo doc
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 "arbitrary"