Forgot to remove base64.c from SRCS in the Makefile.
This commit is contained in:
parent
54143a63f8
commit
42566affcd
@ -1,6 +1,6 @@
|
||||
LIB= fetch
|
||||
CFLAGS+= -I${.CURDIR} -Wall
|
||||
SRCS= fetch.c ftp.c http.c file.c base64.c
|
||||
SRCS= fetch.c ftp.c http.c file.c
|
||||
MAN3= fetch.3
|
||||
CLEANFILES+= ftperr.c httperr.c
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user