pidjail/Makefile

6 lines
58 B
Makefile
Raw Normal View History

2021-01-06 04:42:04 +01:00
all: pidjail
pidjail: main.c
gcc -o $@ $^
chmod u+s $@