]> git.proxmox.com Git - proxmox-spamassassin.git/commitdiff
buildsys: expand clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 25 Jun 2023 15:15:37 +0000 (17:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 25 Jun 2023 15:15:37 +0000 (17:15 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 7ff7a5cbda1093639242ae56ab345a7a9da35158..b4f80866c476272e282154c3cad6e2d2eeb331ed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ upload: $(DEBS)
 .PHONY: clean distclean
 clean:
        rm -rf *.deb $(PACKAGE)-[0-9]*/ *.tmp $(SA_UPDATE_GPG_DIR)
-       rm -f *.deb *.dsc *.changes *.build *.buildinfo $(OPKGNAME).tar.gz.*
+       rm -f *.deb *.dsc *.changes *.build *.buildinfo $(OPKGNAME).tar.gz.* $(PACKAGE)*.tar*
 
 
 distclean: clean