summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2021-11-12 14:38:50 -0500
committerAdam Kocoloski <kocolosk@apache.org>2021-11-15 12:58:33 -0500
commitb7b6d02be01a8fd2125e04c267d65f5e107757be (patch)
tree65f3b29612e1c804cdc38c5e8da0f0b3e1636fa6
parentf54c4301c095d861951c70f5e81dfaf5e017dadf (diff)
downloadcouchdb-b7b6d02be01a8fd2125e04c267d65f5e107757be.tar.gz
Remove config.erl target dependency
Frankly I have no idea what this does, but it doesn't seem relevant.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 54a583860..df70cb302 100644
--- a/Makefile
+++ b/Makefile
@@ -237,7 +237,7 @@ python-black-update: .venv/bin/black
elixir-suite: elixir-init elixir-check-formatted elixir-credo elixir-integration
.PHONY: elixir-init
-elixir-init: config.erl
+elixir-init:
@mix local.rebar --force && mix local.hex --force && mix deps.get
.PHONY: elixir-check-formatted