aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2017-08-29 21:27:09 +0300
committerDavid Bremner <david@tethera.net>2017-08-29 22:05:37 -0300
commit8c7d979f5da30bfe19846527bac2f40c2cdc515a (patch)
treeb2566908354f6d6b50260166f55a1180a3b1d1c9
parentab3ac525a01c21a726bc59b63a7a4c7c3f75b123 (diff)
build: add .deps to CLEAN instead of listing in clean target
Seems, uh, cleaner this way.
-rw-r--r--Makefile.local3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index 2eb55e6c..9e2111f5 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -201,7 +201,7 @@ quiet ?= $($(word 1, $(1)))
.PHONY : clean
clean:
- rm -rf $(CLEAN); rm -rf .deps
+ rm -rf $(CLEAN)
.PHONY: distclean
distclean: clean
@@ -280,6 +280,7 @@ endif
SRCS := $(SRCS) $(notmuch_client_srcs)
CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules)
CLEAN := $(CLEAN) version.stamp notmuch-*.tar.gz.tmp
+CLEAN := $(CLEAN) .deps
DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config sh.config