]> git.proxmox.com Git - pve-storage.git/blame - src/PVE/Makefile
test: add tests for 'ceph.conf' parser and writer
[pve-storage.git] / src / PVE / Makefile
CommitLineData
b6cf0a66
DM
1
2
3.PHONY: install
4install:
5 install -D -m 0644 Storage.pm ${DESTDIR}${PERLDIR}/PVE/Storage.pm
cbba9b5b 6 install -D -m 0644 Diskmanage.pm ${DESTDIR}${PERLDIR}/PVE/Diskmanage.pm
4050fcc1 7 install -D -m 0644 CephConfig.pm ${DESTDIR}${PERLDIR}/PVE/CephConfig.pm
1dc01b9f 8 make -C Storage install
c669f42d
DM
9 make -C API2 install
10 make -C CLI install
a2242b41 11
094f3f90
MC
12.PHONY: test
13test:
14 $(MAKE) -C test test
15
a2242b41 16clean: