diff options
-rw-r--r-- | erlang.mk | 4 | ||||
-rw-r--r-- | plugins/elvis.mk | 4 |
2 files changed, 0 insertions, 8 deletions
@@ -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. |