diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-11-22 14:15:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-11-22 14:15:15 +0000 |
commit | 801626de19e48af11eb1cb2b4aa10e58836c0557 (patch) | |
tree | 597fb89c6db3d7fcd0d6f69b98fdd79e1a947afe | |
parent | 92f53b0e4d1d030a893f882f8d2eb190711d0457 (diff) |
Added a curl-target to make it easier to build from this dir
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |