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

19 lines
223 B
Makefile
Raw Normal View History

2001-01-08 10:00:14 +00:00
EXTRA_DIST = data/*.txt ftpserver.pl httpserver.pl runtests.pl
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