5
0
mirror of git://git.proxmox.com/git/pve-http-server.git synced 2025-02-01 05:47:15 +03:00

buildsys: also cleanup build directory on clean

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
(cherry picked from commit 8a29f1fce9dbcb25a46cd68caff0300a872afc07)
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 2468a05142
commit 7bcfe16979

View File

@ -87,7 +87,7 @@ distclean: clean
rm -f examples/simple-demo.pem
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 {} ';'
.PHONY: dinstall