diff --git a/Makefile b/Makefile index 59532af0..6db4a1f2 100644 --- a/Makefile +++ b/Makefile @@ -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)