]> git.proxmox.com Git - pve-manager.git/blob - PVE/CLI/Makefile
7e9ae0dfeb8acfbcdcfda0900306b75e7eb28ae0
[pve-manager.git] / PVE / CLI / Makefile
1 include ../../defines.mk
2
3 SOURCES=vzdump.pm pvesubscription.pm pveceph.pm pveam.pm pvesr.pm pvenode.pm pvesh.pm pve5to6.pm
4
5 all:
6
7 .PHONY: install
8 install: ${SOURCES}
9 install -d -m 0755 ${PERLLIBDIR}/PVE/CLI
10 for i in ${SOURCES}; do install -D -m 0644 $$i ${PERLLIBDIR}/PVE/CLI/$$i; done
11
12
13 clean: