We got this web server's embryo from Georg Horn, muchos gracias.

This commit is contained in:
Daniel Stenberg 2002-02-25 12:49:21 +00:00
parent fd8bf5f171
commit 9490278ece
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,7 @@
CFLAGS = -g -Wall -W
# sws is the Silly Web Server
#
# Original http server code contributed by Georg Horn. Heavily modified since.
#
AUTOMAKE_OPTIONS = foreign
@ -7,4 +10,3 @@ noinst_PROGRAMS = sws
sws_SOURCES= sws.c getpart.c
all:
echo "nothing to do here for make all"