nalgebra/Makefile

8 lines
83 B
Makefile

all:
rustpkg install
doc:
rust doc src/nalgebra.rc --output-dir doc
.PHONY:doc