summaryrefslogtreecommitdiff
path: root/examples/manual/README
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-03-05 14:47:36 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-03-05 14:47:36 +0000
commitb9c026a2c004fc8ae735c4735adcdd04e25b0798 (patch)
tree4e31338592c5f67e783daca54f521b25342fdb66 /examples/manual/README
parentde8ca40a46cdb20c5f46b1901c7977d800d268d3 (diff)
examples/manual directory now fits into automake
Diffstat (limited to 'examples/manual/README')
-rw-r--r--examples/manual/README17
1 files changed, 6 insertions, 11 deletions
diff --git a/examples/manual/README b/examples/manual/README
index 860f300..e11569a 100644
--- a/examples/manual/README
+++ b/examples/manual/README
@@ -1,17 +1,12 @@
-This directory contains the example programs from the manual, and a few
-other things as well. To make all the programs, simply type "make",
-and assuming you have flex and gcc, all will be well.
+This directory contains the example programs from the manual, and a
+few other things as well. To make all the programs, simply type "make
+-f Makefile.examples", and assuming you have flex and gcc, all will be
+well.
To build the programs individually, type
- make program_name
+ make -f Makefile.examples program_name
For example:
- make expr
-
-
-The subdirectory FILTER contains a collection of the silly filters
-that have appeared on the Internet over the years. The author of the
-flex manual has included them for fun, but does not guarantee they will
-work with flex, or even work at all.
+ make -f Makefile.examples expr