Do not include c sources
This commit is contained in:
parent
345215fa9b
commit
5b3dc1dd02
4 changed files with 9 additions and 8 deletions
10
Makefile
10
Makefile
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue