Makefile: fix target 'clean' - do not fail if files does not exist

This commit is contained in:
Dietmar Maurer 2018-07-02 13:17:38 +02:00
parent 6f6263a7dd
commit b76ab6556e

View File

@ -81,7 +81,7 @@ distclean: clean
clean: clean:
rm -rf ./build *.deb *.changes *.buildinfo rm -rf ./build *.deb *.changes *.buildinfo
rm pveclient.1-synopsis.adoc pveclient.1 rm -f pveclient.1-synopsis.adoc pveclient.1
find . -name '*~' -exec rm {} ';' find . -name '*~' -exec rm {} ';'
.PHONY: dinstall .PHONY: dinstall