mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:41:41 +03:00
18 lines
217 B
Makefile
18 lines
217 B
Makefile
EXTRA_DIST = data ftpserver.pl httpserver.pl runtests.pl
|
|
|
|
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
|
|
|