From 801626de19e48af11eb1cb2b4aa10e58836c0557 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Nov 2000 14:15:15 +0000 Subject: Added a curl-target to make it easier to build from this dir --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3