From 8af5ab5d7a415d0f41701a663c241fee89d2f6fa Mon Sep 17 00:00:00 2001 From: Daniel White Date: Sun, 11 Jan 2015 19:13:54 +1100 Subject: 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'. --- plugins/elvis.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins') 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. -- cgit v1.2.3