From 649bc40b2c231bbea4a3383d66fd9d90b76ffe17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20M=C3=B6rbitz?= Date: Tue, 27 Oct 2020 14:30:07 +0100 Subject: [PATCH] make: add more information link --- pages/common/make.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/common/make.md b/pages/common/make.md index 79e0de0aec..12a4b73fd0 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"):