]> git.proxmox.com Git - pve-manager.git/blob - PVE/Jobs/Makefile
6023c3bab955c460b332b61652d1534deedb095a
[pve-manager.git] / PVE / Jobs / Makefile
1 include ../../defines.mk
2
3 PERLSOURCE = \
4 Plugin.pm\
5 VZDump.pm
6
7 all:
8
9 .PHONY: clean
10 clean:
11 rm -rf *~
12
13 .PHONY: install
14 install: ${PERLSOURCE}
15 install -d ${PERLLIBDIR}/PVE/Jobs
16 install -m 0644 ${PERLSOURCE} ${PERLLIBDIR}/PVE/Jobs