summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 84419b0..250cca4 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,9 @@ CFLAGS=-Wall -W -pipe -O2
rtwatch: rtwatch.o
$(CC) $(CFLAGS) -o $@ $^
+suid:
+ chown root:root rtwatch
+ chmod u+s rtwatch
+
clean:
rm -f rtwatch rtwatch.o