]> git.proxmox.com Git - pve-access-control.git/blob - PVE/CLI/Makefile
fix another typo
[pve-access-control.git] / PVE / CLI / Makefile
1 SOURCES=pveum.pm
2
3 .PHONY: install
4 install: ${SOURCES}
5 install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/CLI
6 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/CLI/$$i; done
7
8
9 clean: