remove generated files in clean target

This commit is contained in:
Dietmar Maurer 2011-12-06 11:45:34 +01:00
parent 1fba27e00b
commit eb09b155c8

View File

@ -69,7 +69,7 @@ upload: ${DEB}
.PHONY: clean
clean:
rm -rf build *~ *.deb ${PACKAGE}-*.tar.gz
rm -rf build *~ *.deb ${PACKAGE}-*.tar.gz pveum.1.pod pveum.1.gz
find . -name '*~' -exec rm {} ';'
.PHONY: distclean