pidjail/Makefile
2021-01-06 04:42:04 +01:00

6 lines
58 B
Makefile

all: pidjail
pidjail: main.c
gcc -o $@ $^
chmod u+s $@