PC=pkg-config UCW_CFLAGS := $(shell $(PC) --cflags libucw) UCW_LDFLAGS := $(shell $(PC) --libs libucw) CFLAGS=$(UCW_CFLAGS) -std=gnu99 LDFLAGS=$(UCW_LDFLAGS) -lmosquitto all: burrow-prometheus burrow-prometheus: burrow-prometheus.c install: all install burrow-prometheus /usr/local/sbin/