nalgebra/Makefile
Sébastien Crozet 377f8b5596 Fix travis.yml.
2016-12-04 23:17:27 +01:00

12 lines
121 B
Makefile

all:
cargo build --features "arbitrary"
doc:
cargo doc
bench:
cargo bench
test:
cargo test --features "arbitrary"