mirror of
https://github.com/jiangcuo/pve-storage.git
synced 2026-01-05 00:39:32 +00:00
currently only list and create, the list is in a format so that we can use it in an extjs tree Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
8 lines
143 B
Makefile
8 lines
143 B
Makefile
|
|
|
|
.PHONY: install
|
|
install:
|
|
install -D -m 0644 Disks.pm ${DESTDIR}${PERLDIR}/PVE/API2/Disks.pm
|
|
make -C Storage install
|
|
make -C Disks install
|