From 338c535c692683f3768287fa7fc2fc1ebb549f2c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 14 Aug 2018 11:37:49 +0200 Subject: [PATCH] Prometheus: make install --- prometheus/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prometheus/Makefile b/prometheus/Makefile index 6bd14fe..ef4c373 100644 --- a/prometheus/Makefile +++ b/prometheus/Makefile @@ -8,3 +8,6 @@ LDFLAGS=$(UCW_LDFLAGS) -lmosquitto all: burrow-prometheus burrow-prometheus: burrow-prometheus.c + +install: all + install burrow-prometheus /usr/local/sbin/ -- 2.39.2