From 08bc2a62aeb8517f99c909f1dcb4ceb6c750ea1d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 Apr 2008 03:54:57 +0200 Subject: Initial import --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..84419b0 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +CFLAGS=-Wall -W -pipe -O2 + +rtwatch: rtwatch.o + $(CC) $(CFLAGS) -o $@ $^ + +clean: + rm -f rtwatch rtwatch.o -- cgit