]> git.proxmox.com Git - pve-apiclient.git/blobdiff - Makefile
buildsys: also cleanup *.buildinfo files
[pve-apiclient.git] / Makefile
index a53f8cb8b74497609fe70700c935f042a0f7b29b..799722ac895aeccb040d81418dec209b8166b483 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ upload: ${DEB}
 distclean: clean
 
 clean:
-       rm -rf ./build *.deb *.changes
+       rm -rf ./build *.deb *.changes *.buildinfo
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall