diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-27 09:10:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-27 09:10:53 +0000 |
commit | 45ffb16c2a6b89ed82232c2a26625dfafcaaba5c (patch) | |
tree | 52ff8c204989826fc8a218615532a93f160e7c25 /docs | |
parent | 0b8b0b7c8699ea9691aea2527912c3af406f5b5c (diff) | |
download | curl-45ffb16c2a6b89ed82232c2a26625dfafcaaba5c.tar.gz |
Added a line about the new makefile example
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/README | 4 |
1 files changed, 4 insertions, 0 deletions
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! + |