]> git.proxmox.com Git - pve-manager.git/blame - PVE/CLI/Makefile
revert expanding repoid to 16 chars
[pve-manager.git] / PVE / CLI / Makefile
CommitLineData
9a225ed5
DM
1include ../../defines.mk
2
81dbe056 3SOURCES=vzdump.pm pvesubscription.pm pveceph.pm pveam.pm pvesr.pm pvenode.pm pvesh.pm pve6to7.pm
9a225ed5 4
ad95f6af
DM
5all:
6
9a225ed5 7.PHONY: install
147d67c4
TL
8install: $(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
9a225ed5
DM
11
12
13clean: