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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=801626de19e48af11eb1cb2b4aa10e58836c0557;p=curl Added a curl-target to make it easier to build from this dir --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 471e30830..084e4ef42 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,6 +2,9 @@ all: install: +curl: + @(cd ..; make) + test: perl runtests.pl