UCWCF:=$(shell PKG_CONFIG_PATH=$(LIBUCW)/lib/pkgconfig pkg-config --cflags libucw) UCWLF:=$(shell PKG_CONFIG_PATH=$(LIBUCW)/lib/pkgconfig pkg-config --libs libucw) CFLAGS=-std=gnu99 -O2 -Wall -Wextra -Wno-parentheses $(UCWCF) LDLIBS=-lusb-1.0 $(UCWLF) all: test burrow-clock test: test.c burrow-clock: burrow-clock.c burrow-clock: LDLIBS += -lmosquitto install: all install burrow-clock /usr/local/sbin/ clean: rm -f burrow-clock test