summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoan Touzet <wohali@users.noreply.github.com>2018-12-01 18:38:09 -0500
committerGitHub <noreply@github.com>2018-12-01 18:38:09 -0500
commit61530679f2249fdd59ecf560c950d78c698996db (patch)
tree22c17106f95c785ccbf0bf8e545bfbeecb06d91a /Makefile
parent5383feb776d627b1469a1be205dd3de1a6597c6d (diff)
parent9f7724e06e3f4c7acc6e44156a1d8f121efe97a9 (diff)
downloadcouchdb-python-black.tar.gz
Merge branch 'master' into python-blackpython-black
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b2f3f04aa..39d548b8a 100644
--- a/Makefile
+++ b/Makefile
@@ -194,8 +194,7 @@ python-black-update: .venv/bin/black
. dev/run rel/overlay/bin/couchup test/javascript/run
.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