buildsys: also cleanup *.buildinfo files

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2017-12-14 11:38:17 +01:00 committed by Wolfgang Bumiller
parent 38eb3479f8
commit 9c6d72b1b7

View File

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