pve-manager/PVE/Status/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

18 lines
260 B
Makefile

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