]> git.proxmox.com Git - pve-storage.git/blame - PVE/Makefile
white space cleanups
[pve-storage.git] / PVE / Makefile
CommitLineData
b6cf0a66
DM
1
2
3.PHONY: install
4install:
5 install -D -m 0644 Storage.pm ${DESTDIR}${PERLDIR}/PVE/Storage.pm
1dc01b9f 6 make -C Storage install
c669f42d
DM
7 make -C API2 install
8 make -C CLI install