From 45ffb16c2a6b89ed82232c2a26625dfafcaaba5c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 27 Mar 2001 09:10:53 +0000 Subject: [PATCH] Added a line about the new makefile example --- docs/examples/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/examples/README b/docs/examples/README index 20d53b3bb..abaee9c0d 100644 --- a/docs/examples/README +++ b/docs/examples/README @@ -7,4 +7,8 @@ advantage of libcurl. If you end up with other small but still useful example sources, please mail them for submission in future packages and on the web site. +The Makefile.example is an example makefile that could be used to build these +examples. Just edit the file according to your system and requirements first. + Try the php/examples/ directory for PHP programming snippets! +