Add a `clean` rule to the makefile.

This commit is contained in:
Sébastien Crozet 2014-07-27 09:13:43 +02:00
parent 2f0234e7ac
commit 725f53d1e7
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ doc:
mkdir -p $(nalgebra_doc_path)
rustdoc src/lib.rs
clean:
cargo clean
distcheck:
rm -rf $(tmp)
git clone --recursive . $(tmp)