aboutsummaryrefslogtreecommitdiffstats
path: root/erlang.mk
diff options
context:
space:
mode:
authorDaniel White <[email protected]>2015-01-11 19:13:54 +1100
committerDaniel White <[email protected]>2015-01-11 19:13:54 +1100
commit8af5ab5d7a415d0f41701a663c241fee89d2f6fa (patch)
tree698532be220044cf2115ad2968a6f5d6f3e170f8 /erlang.mk
parent72a61573442c5a74818c9cdefb94f568250b534a (diff)
downloaderlang.mk-8af5ab5d7a415d0f41701a663c241fee89d2f6fa.tar.gz
erlang.mk-8af5ab5d7a415d0f41701a663c241fee89d2f6fa.tar.bz2
erlang.mk-8af5ab5d7a415d0f41701a663c241fee89d2f6fa.zip
Prevent 'make all' from removing elvis
Given that 'make all' is the default build, it seems surprising to delete this without an explicit request for a 'distclean'.
Diffstat (limited to 'erlang.mk')
-rw-r--r--erlang.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/erlang.mk b/erlang.mk
index b943618..4e3437b 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -943,10 +943,6 @@ help::
"Elvis targets:" \
" elvis Run Elvis using the local elvis.config or download the default otherwise"
-ifneq ($(wildcard $(ELVIS_CONFIG)),)
-rel:: distclean-elvis
-endif
-
distclean:: distclean-elvis
# Plugin-specific targets.