curl/tests/Makefile.am

18 lines
160 B
Makefile

all:
install:
curl:
@(cd ..; make)
test:
$(PERL) runtests.pl
quiet-test:
$(PERL) runtests.pl -s -a
clean:
rm -rf log
find . -name "*~" | xargs rm -f