]> git.proxmox.com Git - lxcfs.git/commitdiff
buildsys: expand clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 May 2023 11:14:30 +0000 (13:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 May 2023 14:44:56 +0000 (16:44 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 218dbcbe2866f4f1a07d3fba3f98ab91476b6082..a5e36ff1905926cab4a82ad2c8a18caa8cb2418c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ upload: $(DEBS)
 
 .PHONY: clean distclean
 clean:
-       rm -rf $(PACKAGE)-*/ *.deb *.changes *.dsc  *.buildinfo
+       rm -rf $(PACKAGE)-[0-9]*/ $(ORIG_SRC_TAR) *.deb *.dsc $(PACKAGE)*.debian.tar.[gx]z *.changes *.dsc *.buildinfo *.build
 
 distclean: clean
        git submodule deinit --all