aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-05-04 15:10:48 +0900
committerGravatar David Bremner <david@tethera.net>2014-05-28 09:51:51 -0300
commit18565743949174e28576a751ae18b90dcfc60c40 (patch)
tree204c75ce924c90f627a22b911503ee0e547a9c2f /Makefile.local
parente7a794386280c9bfa9a618bf6c0f3303235225d3 (diff)
build: remove .tar.gz.tmp files in clean
Most people won't see these, but they annoy anyone running release or pre-release targets.
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index af79b5c7..07e92964 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -331,7 +331,8 @@ install-desktop:
desktop-file-install --mode 0644 --dir "$(DESTDIR)$(desktop_dir)" notmuch.desktop
SRCS := $(SRCS) $(notmuch_client_srcs)
-CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules) version.stamp
+CLEAN := $(CLEAN) notmuch notmuch-shared $(notmuch_client_modules)
+CLEAN := $(CLEAN) version.stamp notmuch-*.tar.gz.tmp
DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config