curl/tests/Makefile.am

18 lines
160 B
Makefile
Raw Normal View History

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