mirror of
https://github.com/curl/curl.git
synced 2026-07-05 10:57:15 +03:00
Added connect.c. I really need someone to better maintain this makefile...
This commit is contained in:
parent
c84ad40ccd
commit
c6caa9fd60
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ SOURCES = \
|
|||
version.c \
|
||||
easy.c \
|
||||
strequal.c \
|
||||
strtok.c
|
||||
strtok.c \
|
||||
connect.c
|
||||
|
||||
OBJECTS = $(SOURCES:.c=.obj)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue