From 8df01c74d8069eed0dbddc7f578d47aa9eceb1ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 10 Mar 2017 09:40:32 +0100 Subject: [PATCH] Fix a typo in the usage description of the new and shiny Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- TP_11/exo2/Makefile | 2 +- TP_13/exo1/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TP_11/exo2/Makefile b/TP_11/exo2/Makefile index d0ec4dd..73f0988 100644 --- a/TP_11/exo2/Makefile +++ b/TP_11/exo2/Makefile @@ -3,7 +3,7 @@ # This Makefile expect all source files (.c) to be at the same level, in the # $(SRC_PATH) directory. # -# This Makefile expect all embedded library files (.c) to be at the same level, in the +# This Makefile expect all embedded library source files (.c) to be at the same level, in the # $(LIBRARY_PATH) directory. # # It will automatically generate dependencies, compile all files, and produce a diff --git a/TP_13/exo1/Makefile b/TP_13/exo1/Makefile index 6dcb22a..791c7d4 100644 --- a/TP_13/exo1/Makefile +++ b/TP_13/exo1/Makefile @@ -3,7 +3,7 @@ # This Makefile expect all source files (.c) to be at the same level, in the # $(SRC_PATH) directory. # -# This Makefile expect all embedded library files (.c) to be at the same level, in the +# This Makefile expect all embedded library source files (.c) to be at the same level, in the # $(LIBRARY_PATH) directory. # # It will automatically generate dependencies, compile all files, and produce a -- 2.34.1