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