mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 03:35:40 +02:00
lex: replace gcc
with cc
This commit is contained in:
parent
5d07f2c4b0
commit
5ba8bc61f4
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@
|
||||||
|
|
||||||
- Compile a C file generated by lex.
|
- Compile a C file generated by lex.
|
||||||
|
|
||||||
`gcc {{path/to/lex.yy.c}} -o {{example}}`
|
`cc {{path/to/lex.yy.c}} -o {{example}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue