buildsys: also cleanup build directory on clean

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-05-22 07:23:11 +02:00
parent e6dc4ff346
commit 8a29f1fce9

View File

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