xref: /netbsd-src/external/bsd/flex/dist/examples/manual/README (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1This directory contains the example programs from the manual, and a
2few other things as well. To make all the programs, simply type "make
3-f Makefile.examples", and assuming you have flex and gcc, all will be
4well.
5
6To build the programs individually, type
7
8   make -f Makefile.examples program_name
9
10For example:
11
12   make -f Makefile.examples expr
13