5 lines
58 B
Makefile
5 lines
58 B
Makefile
all: pidjail
|
|
|
|
pidjail: main.c
|
|
gcc -o $@ $^
|
|
chmod u+s $@
|