1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:53:34 +02:00

Update flex.md

This commit is contained in:
Starbeamrainbowlabs 2018-01-01 10:52:18 +00:00 committed by GitHub
parent e74e3ad12a
commit 4259a67135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
- Generate an analyser from a flex file:
`lex {{analyser.l}}`
`flex {{analyser.l}}`
- Specify the output file:
`lex {{analyser.l}} --outfile {{analyser.c}}`
`flex {{analyser.l}} --outfile {{analyser.c}}`
- Compile a C file generated by flex: