nalgebra/Makefile

8 lines
83 B
Makefile
Raw Normal View History

2013-05-14 19:35:01 +08:00
all:
rustpkg install
doc:
rust doc src/nalgebra.rc --output-dir doc
.PHONY:doc