pve-manager/PVE/API2/Ceph/Makefile
Thomas Lamprecht 147d67c495 makefile: convert to use simple parenthesis
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-29 18:24:00 +02:00

23 lines
318 B
Makefile

include ../../../defines.mk
PERLSOURCE= \
Cfg.pm \
MGR.pm \
MON.pm \
OSD.pm \
FS.pm \
Pool.pm \
Pools.pm \
MDS.pm
all:
.PHONY: clean
clean:
rm -rf *~
.PHONY: install
install: $(PERLSOURCE)
install -d $(PERLLIBDIR)/PVE/API2/Ceph
install -m 0644 $(PERLSOURCE) $(PERLLIBDIR)/PVE/API2/Ceph