Improved make clean

This commit is contained in:
Alexey Romanov
2010-11-18 12:45:37 +03:00
parent 498b07eb01
commit 71866dcc05

View File

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