]> git.proxmox.com Git - pve-common.git/commitdiff
buildsys: cleanup and expand clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 May 2023 13:26:05 +0000 (15:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 May 2023 13:26:05 +0000 (15:26 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index dc67e4c4433a9fb31ecf77fd8a72531de33c4f51..1aa011b05eb1ce60cadd42ca065953b956e3960d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ sbuild: $(DSC)
 .PHONY: clean distclean
 distclean: clean
 clean:
-       rm -rf *~ *.deb *.changes ${PACKAGE}-*/ *.buildinfo *.dsc *.tar.gz
+       rm -rf *~ *.deb *.changes ${PACKAGE}-[0-9]*/ *.buildinfo *.build *.dsc *.tar.?z
 
 .PHONY: check
 check: