cleanup: remove all generated .bash-completion files

This commit is contained in:
Dietmar Maurer 2015-12-19 09:16:33 +01:00
parent 4c85e7e255
commit 9e0a6c9f5e

View File

@ -136,7 +136,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 qm.bash-completion
rm -rf build *.deb control vzsyscalls.ph _h2ph_pre.ph ${PACKAGE}-*.tar.gz dist *.1.gz *.pod vmtar sparsecp *.tmp *.bash-completion
find . -name '*~' -exec rm {} ';'