nalgebra/nalgebra-lapack/Makefile
2017-08-15 19:07:18 +02:00

12 lines
91 B
Makefile

all:
cargo build
test:
cargo test
doc:
cargo doc --all --no-deps
bench:
cargo bench