Added connect.c. I really need someone to better maintain this makefile...

This commit is contained in:
Daniel Stenberg 2001-11-02 08:32:38 +00:00
parent c84ad40ccd
commit c6caa9fd60
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ SOURCES = \
version.c \
easy.c \
strequal.c \
strtok.c
strtok.c \
connect.c
OBJECTS = $(SOURCES:.c=.obj)