5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-10 01:18:01 +03:00

remove generated qm.bash-completion on make clean

This commit is contained in:
Dietmar Maurer 2015-09-07 09:22:47 +02:00
parent 335af808a4
commit c68f20941f

View File

@ -130,7 +130,7 @@ upload:
.PHONY: clean
clean:
rm -rf build *.deb control vzsyscalls.ph _h2ph_pre.ph ${PACKAGE}-*.tar.gz dist *.1.gz *.pod vmtar sparsecp *.tmp
rm -rf build *.deb control vzsyscalls.ph _h2ph_pre.ph ${PACKAGE}-*.tar.gz dist *.1.gz *.pod vmtar sparsecp *.tmp qm.bash-completion
find . -name '*~' -exec rm {} ';'