diff --git a/pages/common/make.md b/pages/common/make.md index 79e0de0ae..12a4b73fd 100644 --- a/pages/common/make.md +++ b/pages/common/make.md @@ -2,6 +2,7 @@ > Task runner for targets described in Makefile. > Mostly used to control the compilation of an executable from source code. +> More information: . - Call the first target specified in the Makefile (usually named "all"):