This is an automated email from the ASF dual-hosted git repository. eiri pushed a commit to branch devclean-on-elixir-target in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 0535adf573f980376bff01760c26ce4473fac270 Author: Eric Avdey <[email protected]> AuthorDate: Fri Nov 30 11:23:33 2018 -0400 Use devclean on elixir target for consistency of Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c258b16..5cd852c 100644 --- a/Makefile +++ b/Makefile @@ -172,8 +172,7 @@ soak-eunit: couch while [ $$? -eq 0 ] ; do $(REBAR) -r eunit $(EUNIT_OPTS) ; done .PHONY: elixir -elixir: elixir-check-formatted - @rm -rf dev/lib +elixir: elixir-check-formatted devclean @dev/run -a adm:pass --no-eval test/elixir/run .PHONY: elixir-check-formatted
