]> git.proxmox.com Git - pve-manager.git/blame - PVE/CLI/Makefile
update source of pve7to8 upgrade checker script
[pve-manager.git] / PVE / CLI / Makefile
CommitLineData
9a225ed5
DM
1include ../../defines.mk
2
37c01c90
TL
3SOURCES = \
4 vzdump.pm \
5 pvesubscription.pm \
6 pveceph.pm \
7 pveam.pm \
8 pvesr.pm \
9 pvenode.pm \
10 pvesh.pm \
11 pve6to7.pm \
a98193c2 12 pve7to8.pm \
9a225ed5 13
ad95f6af
DM
14all:
15
9a225ed5 16.PHONY: install
147d67c4
TL
17install: $(SOURCES)
18 install -d -m 0755 $(PERLLIBDIR)/PVE/CLI
19 for i in $(SOURCES); do install -D -m 0644 $$i $(PERLLIBDIR)/PVE/CLI/$$i; done
9a225ed5
DM
20
21
22clean: