Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Commit

Permalink
don't clean dependencies normally
Browse files Browse the repository at this point in the history
  • Loading branch information
scvalex committed Jan 17, 2012
1 parent bf1914c commit 5f4da63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ generate: build

clean:
rebar clean
rm -rf deps
find . -name erl_crash.dump -exec rm '{}' \;

squeaky-clean: clean
rm -rf deps

0 comments on commit 5f4da63

Please sign in to comment.