diff options
author | Loïc Hoguin <[email protected]> | 2015-01-12 16:06:42 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-01-12 16:06:42 +0100 |
commit | ca2911d303ddab7ebfe52b76a137b04de0866703 (patch) | |
tree | 97d8048add4c03c31686a4b773132e5daa129a40 | |
parent | 1729811327320b0f64e54331d3f469399c6898da (diff) | |
parent | 8af5ab5d7a415d0f41701a663c241fee89d2f6fa (diff) | |
download | erlang.mk-ca2911d303ddab7ebfe52b76a137b04de0866703.tar.gz erlang.mk-ca2911d303ddab7ebfe52b76a137b04de0866703.tar.bz2 erlang.mk-ca2911d303ddab7ebfe52b76a137b04de0866703.zip |
Merge branch 'prevent-elvis-clean' of https://github.com/danielwhite/erlang.mk
-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. |