curl/tests/Makefile.am

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

2001-01-08 19:31:29 +03:00
EXTRA_DIST = data ftpserver.pl httpserver.pl runtests.pl
2000-11-10 18:24:09 +03:00
all:
install:
curl:
@(cd ..; make)
2000-11-10 18:24:09 +03:00
test:
$(PERL) runtests.pl
2000-11-10 18:24:09 +03:00
quiet-test:
$(PERL) runtests.pl -s -a
2000-11-10 18:24:09 +03:00
clean:
rm -rf log
find . -name "*~" | xargs rm -f