summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7b31b05dd9c88a93c108f95ca1aa68331e78821e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: myclient myservice monitor notifier

myclient: myclient.c
myservice: myservice.c
monitor: monitor.c
notifier: notifier.c

clean:
	$(RM) myclient myservice monitor notifier

CFLAGS=-Wall
LDFLAGS=-lzmq