1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 11:35:07 -05:00
curl/tests/server/Makefile.am
2002-02-25 12:44:58 +00:00

11 lines
148 B
Makefile

CFLAGS = -g -Wall -W
AUTOMAKE_OPTIONS = foreign
noinst_PROGRAMS = sws
sws_SOURCES= sws.c getpart.c
all:
echo "nothing to do here for make all"