]> mj.ucw.cz Git - home-hw.git/blob - prometheus/Makefile
Influx: make clean
[home-hw.git] / prometheus / Makefile
1 PC=pkg-config
2 UCW_CFLAGS := $(shell $(PC) --cflags libucw)
3 UCW_LDFLAGS := $(shell $(PC) --libs libucw)
4
5 CFLAGS=$(UCW_CFLAGS) -std=gnu99
6 LDFLAGS=$(UCW_LDFLAGS) -lmosquitto
7
8 all: burrow-prometheus
9
10 burrow-prometheus: burrow-prometheus.c
11
12 install: all
13         install burrow-prometheus /usr/local/sbin/