aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--erlang.mk4
-rw-r--r--plugins/elvis.mk4
2 files changed, 0 insertions, 8 deletions
diff --git a/erlang.mk b/erlang.mk
index e7afbb8..5ac12d8 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -990,10 +990,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.
diff --git a/plugins/elvis.mk b/plugins/elvis.mk
index 341038f..580e2f5 100644
--- a/plugins/elvis.mk
+++ b/plugins/elvis.mk
@@ -21,10 +21,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.