mirror of
https://github.com/curl/curl.git
synced 2026-04-16 07:01:46 +03:00
12 lines
220 B
Makefile
12 lines
220 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
|
|
|
|
extra_DIST = config.h.in
|