mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 20:55:24 +02:00
gcc: fix typo (#9871)
This commit is contained in:
parent
16d7c72f7c
commit
3646aba830
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
> Preprocess and compile C and C++ source files, then assemble and link them together.
|
||||
> More information: <https://gcc.gnu.org>.
|
||||
|
||||
- Compile multiple source files into executable:
|
||||
- Compile multiple source files into an executable:
|
||||
|
||||
`gcc {{path/to/source1.c path/to/source2.c ...}} -o {{path/to/output_executable}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue