mirror of
git://git.proxmox.com/git/pve-ha-manager.git
synced 2025-02-02 13:47:16 +03:00
buildsys: also cleanup *.buildinfo files
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5d82b887eb
commit
cf1ad777ff
2
Makefile
2
Makefile
@ -45,7 +45,7 @@ ${DEB}:
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
make -C src clean
|
make -C src clean
|
||||||
rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes
|
rm -rf build *.deb ${PACKAGE}-*.tar.gz *.changes *.buildinfo
|
||||||
find . -name '*~' -exec rm {} ';'
|
find . -name '*~' -exec rm {} ';'
|
||||||
|
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user