Commit 9490278e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent fd8bf5f1
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
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"