From ff7caa01f47df249066169daa314664c3669842e Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Wed, 9 Nov 2011 18:51:46 +0100 Subject: Initial commit --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7b31b05 --- /dev/null +++ b/Makefile @@ -0,0 +1,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 + -- cgit v1.2.3