pve-manager/PVE/Jobs/Makefile
Thomas Lamprecht 147d67c495 makefile: convert to use simple parenthesis
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-29 18:24:00 +02:00

16 lines
224 B
Makefile

include ../../defines.mk
PERLSOURCE = \
VZDump.pm \
all:
.PHONY: clean
clean:
rm -rf *~
.PHONY: install
install: $(PERLSOURCE)
install -d $(PERLLIBDIR)/PVE/Jobs
install -m 0644 $(PERLSOURCE) $(PERLLIBDIR)/PVE/Jobs