Fixed rm -rf deps ebin priv doc/* ct_run* all_runs.html variables* index.html to prevent deleting .svn

This commit is contained in:
Alexey Romanov
2010-10-14 10:33:41 +04:00
parent d4ed8fbd53
commit 562725bb2e

View File

@@ -9,8 +9,7 @@ test: all
$(REBAR) skip_deps=true eunit
clean:
$(REBAR) clean
-rm -rvf deps ebin
-rm -rf deps ebin priv doc/* ct_run* all_runs.html variables* index.html
docs:
$(REBAR) doc