]> git.proxmox.com Git - pve-manager.git/blame - PVE/Jobs/Makefile
makefile: convert to use simple parenthesis
[pve-manager.git] / PVE / Jobs / Makefile
CommitLineData
76c6ee8a
DC
1include ../../defines.mk
2
3PERLSOURCE = \
6f2e57c0 4 VZDump.pm \
76c6ee8a
DC
5
6all:
7
8.PHONY: clean
9clean:
10 rm -rf *~
11
12.PHONY: install
147d67c4
TL
13install: $(PERLSOURCE)
14 install -d $(PERLLIBDIR)/PVE/Jobs
15 install -m 0644 $(PERLSOURCE) $(PERLLIBDIR)/PVE/Jobs