1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 11:35:07 -05:00
curl/tests/server/Makefile.am

13 lines
200 B
Makefile

# sws is the Silly Web Server
#
# Original http server code contributed by Georg Horn. Heavily modified since.
#
AUTOMAKE_OPTIONS = foreign
noinst_PROGRAMS = sws
sws_SOURCES= sws.c getpart.c
all: