mirror of
https://github.com/ENSL/NS.git
synced 2024-11-30 00:10:57 +00:00
a6f04d2ca3
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@4 67975925-1194-0748-b3d5-c16f83f1a3a1
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
|