Browse Source

Merge branch 'prevent-elvis-clean' of https://github.com/danielwhite/erlang.mk

Loïc Hoguin 10 years ago
parent
commit
ca2911d303
2 changed files with 0 additions and 8 deletions
  1. 0 4
      erlang.mk
  2. 0 4
      plugins/elvis.mk

+ 0 - 4
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.

+ 0 - 4
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.