Browse Source

gcc: add link to homepage

pxgamer 5 years ago
parent
commit
18f114758d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/common/gcc.md

+ 1 - 0
pages/common/gcc.md

@@ -1,6 +1,7 @@
 # gcc
 
 > Preprocesses and compiles C and C++ source files, then assembles and links them together.
+> More information: <https://gcc.gnu.org>.
 
 - Compile multiple source files into executable: