]> git.proxmox.com Git - pve-container.git/commitdiff
buildsys: expand clean target
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 25 May 2023 12:16:21 +0000 (14:16 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 25 May 2023 12:16:21 +0000 (14:16 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index 18319fff3ad0b2d9b7c69fd95c825ba4428ce951..b297bd0a519eee9b681a0bbbc8c521c104bd081a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ sbuild: $(DSC)
 clean:
        $(MAKE) -C src clean
        rm -rf $(BUILDDIR) $(BUILDDIR).tmp
-       rm -f *.deb *.changes *.buildinfo *.dsc *.tar.?z
+       rm -f *.deb *.changes *.build *.buildinfo *.dsc *.tar.?z
 
 .PHONY: distclean
 distclean: clean