From 1741f3d650a00bc75071f78590f454e2625e3c31 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 Apr 2008 05:31:38 +0200 Subject: add suid target to Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit