Add clean target

This commit is contained in:
madmaurice 2021-01-15 20:22:22 +01:00
parent bbb85d353e
commit 6806d43759
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ all: pidjail
pidjail: main.c
gcc -o $@ $^
.PHONY: clean
clean:
rm pidjail
.PHONY: install
install:
install -D -m 4755 -o root pidjail $(BINDIR)/pidjail