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