1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 20:55:51 +02:00

lex: replace gcc with cc

This commit is contained in:
Liam McMenemie 2017-12-11 14:04:04 +00:00
parent 5d07f2c4b0
commit 5ba8bc61f4

View file

@ -9,4 +9,4 @@
- Compile a C file generated by lex.
`gcc {{path/to/lex.yy.c}} -o {{example}}`
`cc {{path/to/lex.yy.c}} -o {{example}}`