diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-12-17 23:34:06 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-12-17 23:34:06 +0100 |
commit | 8219bc9e19c78ec4617ae5311b4ea64c49763ff6 (patch) | |
tree | f61ac68817a22e438cb0481f77d2ae69784a7f0f /docs/examples | |
parent | 57523e3578b17c07b0fbf7b22063544ade3df799 (diff) |
examples: build all examples easier
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |