]> git.proxmox.com Git - pve-storage.git/blob - PVE/Makefile
convert pvesm into a PVE::CLI class
[pve-storage.git] / PVE / Makefile
1
2
3 .PHONY: install
4 install:
5 install -D -m 0644 Storage.pm ${DESTDIR}${PERLDIR}/PVE/Storage.pm
6 make -C Storage install
7 make -C API2 install
8 make -C CLI install