]> git.proxmox.com Git - pve-access-control.git/blob - src/PVE/CLI/Makefile
bump version to 8.1.4
[pve-access-control.git] / src / 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: