1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-03 02:41:59 -05:00
curl/tests/Makefile.am

18 lines
160 B
Makefile
Raw Normal View History

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