summaryrefslogtreecommitdiff
path: root/alarmdevtest/Makefile
blob: fa4c3b2452cf6a368be0c1f4d378d9d62811cd00 (plain)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS += -O3 -Wl,-no-as-needed
LDFLAGS += -lrt -lpthread
bins = alarm-dev-test


all: ${bins}

clean:
	rm -f ${bins}