Do not include c sources

This commit is contained in:
Florian Obser 2020-12-04 19:29:44 +01:00
commit 5b3dc1dd02
4 changed files with 9 additions and 8 deletions

View file

@ -3,11 +3,11 @@ PREFIX?=/usr/local/
all: vger
clean:
rm -f vger *.core
vger: main.c
${CC} -o vger main.c
rm -f vger *.core *.o
vger: main.o mimes.o
${CC} -o vger main.o mimes.o
install: vger
install -o root -g wheel vger ${PREFIX}/bin/
install -o root -g wheel vger.8 ${PREFIX}/man/man8/