Просмотр исходного кода

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

Loïc Hoguin 10 лет назад
Родитель
Сommit
ca2911d303
2 измененных файлов с 0 добавлено и 8 удалено
  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.