buildsys: clean: remove *.buildinfo

This commit is contained in:
Wolfgang Bumiller 2017-04-27 14:02:46 +02:00
parent c6cbc95f24
commit e8ae1f090b

View File

@ -81,7 +81,7 @@ distclean: clean
rm -f examples/simple-demo.pem rm -f examples/simple-demo.pem
clean: clean:
rm -rf ./build *.deb *.changes ${BTDIR} examples/simple-demo.lck rm -rf ./build *.deb *.changes *.buildinfo ${BTDIR} examples/simple-demo.lck
find . -name '*~' -exec rm {} ';' find . -name '*~' -exec rm {} ';'
.PHONY: dinstall .PHONY: dinstall