mirror of
https://git.proxmox.com/git/pve-client
synced 2025-10-04 04:08:14 +00:00
Makefile: fix target 'clean' - do not fail if files does not exist
This commit is contained in:
parent
6f6263a7dd
commit
b76ab6556e
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user