]> git.proxmox.com Git - pve-manager.git/blob - PVE/CLI/Makefile
appliance index: fix precedence in size check for log rotation
[pve-manager.git] / PVE / CLI / Makefile
1 include ../../defines.mk
2
3 SOURCES = \
4 vzdump.pm \
5 pvesubscription.pm \
6 pveceph.pm \
7 pveam.pm \
8 pvesr.pm \
9 pvenode.pm \
10 pvesh.pm \
11 pve7to8.pm \
12
13 all:
14
15 .PHONY: install
16 install: $(SOURCES)
17 install -d -m 0755 $(PERLLIBDIR)/PVE/CLI
18 for i in $(SOURCES); do install -D -m 0644 $$i $(PERLLIBDIR)/PVE/CLI/$$i; done
19
20
21 clean: