]> git.proxmox.com Git - libpve-u2f-server-perl.git/commitdiff
buildsys: cleanup and expand clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 May 2023 13:46:00 +0000 (15:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 May 2023 14:07:32 +0000 (16:07 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 9b68e0279cd2ac0ef09ca263ae9f5b4f9fd653f5..31821fdb68cd60ef7d7203b829bb1fb8cd166940 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ $(DSC): $(BUILDSRC)
 
 .PHONY: clean
 clean:
-       rm -rf *~ $(BUILDSRC) *.deb *.changes *.buildinfo *.dsc *.tar.gz
+       rm -rf *~ $(PACKAGE)-[0-9]*/ *.deb *.changes *.buildinfo *.build *.dsc $(PACKAGE)*.tar*
 
 .PHONY: distclean
 distclean: clean