summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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