CFLAGS += -O3 -Wl,-no-as-needed LDFLAGS += -lrt -lpthread bins = alarm-dev-test all: ${bins} clean: rm -f ${bins}