Clean .eunit directory on make clean

This commit is contained in:
Alexey Romanov
2010-10-26 10:55:04 +04:00
parent 92668f10ef
commit 64101b04e1

View File

@@ -10,7 +10,7 @@ test:
$(REBAR_COMPILE) skip_deps=true eunit $(REBAR_COMPILE) skip_deps=true eunit
clean: clean:
-rm -rf deps ebin priv doc/* -rm -rf deps ebin priv doc/* .eunit
docs: docs:
$(REBAR_COMPILE) doc $(REBAR_COMPILE) doc