5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-01-07 21:18:00 +03:00

fix clean target

This commit is contained in:
Dietmar Maurer 2015-03-12 12:20:18 +01:00
parent 7252f28d63
commit 8cb12b9e6b

View File

@ -44,6 +44,7 @@ deb ${DEB}:
.PHONY: clean
clean:
make -C src clean
rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes
find . -name '*~' -exec rm {} ';'