curl/tests/Makefile.am

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

2000-11-10 18:24:09 +03:00
all:
install:
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