From 562725bb2e33018733468628a3a60b8265257bcf Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Thu, 14 Oct 2010 10:33:41 +0400 Subject: [PATCH] Fixed rm -rf deps ebin priv doc/* ct_run* all_runs.html variables* index.html to prevent deleting .svn --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6ee9138..c50035a 100644 --- a/Makefile +++ b/Makefile @@ -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