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