summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Avdey <eiri@eiri.ca>2018-11-30 17:31:20 -0400
committerGitHub <noreply@github.com>2018-11-30 17:31:20 -0400
commit510f267406a81365831c9aa65247b2c5391a12a4 (patch)
tree16e197c6f2b4cbbcbccfce782cabe7c4ae3bcaee /Makefile
parent07ea0c70e6307e69ca64b9578e3124ddde1e4c36 (diff)
downloadcouchdb-510f267406a81365831c9aa65247b2c5391a12a4.tar.gz
Use devclean on elixir target for consistency of Makefile (#1785)
Use devclean on elixir target for consistency of Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c258b16f0..5cd852c03 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