pve-manager/PVE/Status/Makefile
2024-12-09 18:54:50 +03: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