diff options
Diffstat (limited to 'docs')
-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) |