mirror of
https://github.com/jiangcuo/qemu-server
synced 2026-01-16 23:02:19 +00:00
7 lines
123 B
Makefile
7 lines
123 B
Makefile
SOURCES= \
|
|
Qemu.pm
|
|
|
|
.PHONY: install
|
|
install:
|
|
install -D -m 0644 Qemu.pm ${DESTDIR}${PERLDIR}/PVE/API2/Qemu.pm
|