From 8219bc9e19c78ec4617ae5311b4ea64c49763ff6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 17 Dec 2010 23:34:06 +0100 Subject: examples: build all examples easier --- docs/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples') diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index 8d92f7311..c5f97856b 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -34,4 +34,4 @@ LDADD = $(LIBDIR)/libcurl.la # Makefile.inc provides the check_PROGRAMS and COMPLICATED_EXAMPLES defines include Makefile.inc - +all: $(check_PROGRAMS) -- cgit v1.2.3