nalgebra/nalgebra-lapack/Makefile

12 lines
91 B
Makefile
Raw Permalink Normal View History

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