]> git.proxmox.com Git - pve-client.git/blobdiff - Makefile
update pve-api-definition.dat
[pve-client.git] / Makefile
index c5fe801d6b12e2cdfb8f0a48c4ad6c434e6bdffe..f8929ff3749a8d8d1b0bc5c3a9793569efc31142 100644 (file)
--- 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