From 9871442d35e09ff548a8d1dd1065599a3cf2eb22 Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Sun, 12 May 2024 18:34:06 +0200 Subject: [PATCH] adjust wording --- modules/linking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linking.md b/modules/linking.md index 2f38eba2..4f0a9c0e 100644 --- a/modules/linking.md +++ b/modules/linking.md @@ -38,5 +38,5 @@ also execute the commands. Usually it is desirable to avoid rebuilding objects unnecessarily, especially when there is a large number of source files. This is usually done via set of -rules that establish dependency. The most common tool for that is `make` and +rules that establish dependencies. The most common tool for that is `make` and `Makefile` is its configuration file that drives the compilation.