curl/tests/Makefile.am

19 lines
217 B
Makefile
Raw Normal View History

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