]> git.proxmox.com Git - pve-access-control.git/blame - src/PVE/CLI/Makefile
bump version to 8.1.4
[pve-access-control.git] / src / PVE / CLI / Makefile
CommitLineData
09281ad7
DM
1SOURCES=pveum.pm
2
3.PHONY: install
f71246d8
TL
4install: $(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
09281ad7
DM
7
8
9clean: