1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/Makefile.am
2000-12-05 09:15:44 +00:00

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