From: Daniel Stenberg Date: Wed, 22 Nov 2000 14:15:15 +0000 (+0000) Subject: Added a curl-target to make it easier to build from this dir X-Git-Tag: curl-7_5~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=801626de19e48af11eb1cb2b4aa10e58836c0557;p=thirdparty%2Fcurl.git Added a curl-target to make it easier to build from this dir --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 471e30830b..084e4ef424 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,6 +2,9 @@ all: install: +curl: + @(cd ..; make) + test: perl runtests.pl