5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-01-23 02:04:19 +03:00

buildsys: also cleanup *.buildinfo files

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2017-11-07 15:29:01 +01:00 committed by Wolfgang Bumiller
parent 5d82b887eb
commit cf1ad777ff

View File

@ -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