]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
buildsys: also cleanup *.buildinfo files
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 7 Nov 2017 14:29:01 +0000 (15:29 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 16 Nov 2017 10:32:58 +0000 (11:32 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index b8061e8b6d3a1155603c35ddae3e02b6e21b4ce3..d4619a17f7030448540cae3b99fd1a5a285a74f2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ ${DEB}:
 .PHONY: clean
 clean:
        make -C src clean
-       rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes 
+       rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes *.buildinfo
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: distclean