diff --git a/pages/common/gcc.md b/pages/common/gcc.md index e2b0c9ebb4..ef3ef73b5b 100644 --- a/pages/common/gcc.md +++ b/pages/common/gcc.md @@ -3,7 +3,7 @@ > Preprocess and compile C and C++ source files, then assemble and link them together. > More information: . -- 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}}`