diff options
author | Daniel White <[email protected]> | 2015-01-11 19:13:54 +1100 |
---|---|---|
committer | Daniel White <[email protected]> | 2015-01-11 19:13:54 +1100 |
commit | 8af5ab5d7a415d0f41701a663c241fee89d2f6fa (patch) | |
tree | 698532be220044cf2115ad2968a6f5d6f3e170f8 /plugins | |
parent | 72a61573442c5a74818c9cdefb94f568250b534a (diff) | |
download | erlang.mk-8af5ab5d7a415d0f41701a663c241fee89d2f6fa.tar.gz erlang.mk-8af5ab5d7a415d0f41701a663c241fee89d2f6fa.tar.bz2 erlang.mk-8af5ab5d7a415d0f41701a663c241fee89d2f6fa.zip |
Prevent 'make all' from removing elvis
Given that 'make all' is the default build, it seems surprising to
delete this without an explicit request for a 'distclean'.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/elvis.mk | 4 |
1 files changed, 0 insertions, 4 deletions
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. |