]> git.proxmox.com Git - pve-manager.git/blob - PVE/Ceph/Makefile
api: backup: update: check permissions of delete params too
[pve-manager.git] / PVE / Ceph / Makefile
1 include ../../defines.mk
2
3 PERLSOURCE = \
4 Services.pm\
5 Tools.pm
6
7 all:
8
9 .PHONY: clean
10 clean:
11 rm -rf *~
12
13 .PHONY: install
14 install: $(PERLSOURCE)
15 install -d $(PERLLIBDIR)/PVE/Ceph
16 install -m 0644 $(PERLSOURCE) $(PERLLIBDIR)/PVE/Ceph