]> git.proxmox.com Git - kronosnet.git/commitdiff
buildsys: expand clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 May 2023 16:55:43 +0000 (18:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 May 2023 17:04:13 +0000 (19:04 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 01d444f726b38c6eed7201fa32d37e0b1e76be1d..d147f120e0f4d235be00cbe66bc9c85242f18146 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ upload: $(DEBS)
 
 .PHONY: clean
 clean:
-       rm -rf *~ *.deb *.changes *.dsc $(BUILDDIR) *.orig.tar.xz *.debian.tar.xz *.buildinfo
+       rm -rf *~ *.deb *.changes *.dsc $(PACKAGE)-[0-9]* $(PACKAGE)*.tar* *.build *.buildinfo
 
 .PHONY: dinstall
 dinstall: $(DEBS)