Skip to content

Commit

Permalink
Clean up after cargo.
Browse files Browse the repository at this point in the history
TODO: Learn enough about Cargo to get rid of Makefile. Maybe?
  • Loading branch information
BurntSushi committed Jul 22, 2014
1 parent df788be commit 7fac7cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ ctags:

clean:
rm -f $(BUILD)/.*.timestamp $(BUILD)/*
rm -rf target

push:
git push origin master
Expand Down

0 comments on commit 7fac7cf

Please sign in to comment.