fix a makefile source requirement
This commit is contained in:
parent
4496e744e8
commit
76fafe0a9d
4
Makefile
4
Makefile
@ -18,8 +18,8 @@ clean:
|
||||
-name "*.core" \) \
|
||||
-delete
|
||||
|
||||
vger: vger.o main.o mimes.o utils.o opts.h
|
||||
${CC} ${CFLAGS} -o $@ main.o mimes.o utils.o
|
||||
vger: main.c vger.c mimes.o utils.o opts.h
|
||||
${CC} ${CFLAGS} -o $@ main.c mimes.o utils.o
|
||||
|
||||
install: vger
|
||||
install -o root -g wheel vger ${PREFIX}/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user