X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=Makefile;h=f8929ff3749a8d8d1b0bc5c3a9793569efc31142;hp=c5fe801d6b12e2cdfb8f0a48c4ad6c434e6bdffe;hb=refs%2Fheads%2Fmaster;hpb=2767c2b92faad106cc412c16741ed5b5ca00b61f diff --git a/Makefile b/Makefile index c5fe801..f8929ff 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ BASHCOMPLDIR=${DESTDIR}/usr/share/bash-completion/completions/ PVE_COMMON_FILES= \ Tools.pm \ Syscall.pm \ + CLIFormatter.pm \ CLIHandler.pm \ JSONSchema.pm \ PTY.pm \ @@ -80,7 +81,7 @@ distclean: clean clean: 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 {} ';' .PHONY: dinstall