mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-03-27 14:18:45 +00:00
6 lines
144 B
Makefile
6 lines
144 B
Makefile
|
|
.PHONY: install
|
|
install:
|
|
install -D -m 0644 QemuServer.pm ${DESTDIR}${PERLDIR}/PVE/QemuServer.pm
|
|
make -C VZDump install
|
|
make -C API2 install
|