mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 07:11:41 +01:00
build: remove .tar.gz.tmp files in clean
Most people won't see these, but they annoy anyone running release or pre-release targets.
This commit is contained in:
parent
e7a7943862
commit
1856574394
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue