summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <mzfuryy@0pointer.net>2008-04-18 03:54:57 +0200
committerLennart Poettering <mzfuryy@0pointer.net>2008-04-18 03:54:57 +0200
commit08bc2a62aeb8517f99c909f1dcb4ceb6c750ea1d (patch)
tree311b720997b64fa9a675282e39bf5be06836e50f /Makefile
Initial import
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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