]> git.proxmox.com Git - proxmox.git/commitdiff
buildsys: also cleanup *.build files for convenience
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 4 Jun 2023 16:27:46 +0000 (18:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 4 Jun 2023 16:27:46 +0000 (18:27 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 33c6702ea7affc466ed6a5cf863c79a2472bd440..43a17db3bee132d933032d84e8b236aea256cfc4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ doc:
 clean:
        cargo clean
        rm -rf build/
-       rm -f -- *-deb *-dsc *-autopkgtest *.buildinfo *.changes
+       rm -f -- *-deb *-dsc *-autopkgtest *.build *.buildinfo *.changes
 
 .PHONY: update
 update: