]> git.proxmox.com Git - pve-storage.git/blame - PVE/Makefile
remove non used parameter exclusive
[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
b6cf0a66 7 make -C API2 install