]> git.proxmox.com Git - pve-manager.git/blob - PVE/Jobs/Makefile
makefile: convert to use simple parenthesis
[pve-manager.git] / PVE / Jobs / Makefile
1 include ../../defines.mk
2
3 PERLSOURCE = \
4 VZDump.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/Jobs
15 install -m 0644 $(PERLSOURCE) $(PERLLIBDIR)/PVE/Jobs