curl/tests/server/Makefile.am

11 строки
148 B
Makefile
Исходник Обычный вид История

2002-02-25 15:44:58 +03:00
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"