mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-03-12 20:58:26 +03: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
|