Skip to content

Commit

Permalink
Add a clean rule to the makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Jul 27, 2014
1 parent 2f0234e commit 725f53d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 725f53d

Please sign in to comment.