Don't remove priv/ entirely on make clean.

Just in case we want to add something other than .so/.dll there later.
This commit is contained in:
Alexey Romanov
2011-01-15 14:24:58 +03:00
parent 9423da353c
commit 108efe269b

View File

@@ -17,7 +17,7 @@ test:
$(REBAR_COMPILE) eunit $(REBAR_COMPILE) eunit
clean: clean:
-rm -rf deps ebin priv doc/* .eunit c_src/*.o config.tmp -rm -rf deps ebin priv/*.so doc/* .eunit/* c_src/*.o config.tmp
docs: docs:
$(REBAR_COMPILE) doc $(REBAR_COMPILE) doc