]> granicus.if.org Git - curl/commitdiff
We got this web server's embryo from Georg Horn, muchos gracias.
authorDaniel Stenberg <daniel@haxx.se>
Mon, 25 Feb 2002 12:49:21 +0000 (12:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Feb 2002 12:49:21 +0000 (12:49 +0000)
tests/server/Makefile.am

index d4776c29584c563e0020b7f28b9e2b7db72b7b00..662ae682d925f2e2bb3582c126b0cfeb8a99fb99 100644 (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"