Fix a typo in the usage description of the new and shiny Makefile
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 10 Mar 2017 08:40:32 +0000 (09:40 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 10 Mar 2017 08:40:32 +0000 (09:40 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TP_11/exo2/Makefile
TP_13/exo1/Makefile

index d0ec4dd1871f2c52dd228f03e01abd33c43b70dc..73f0988a12fc4491755bbc8f9164ca10023c1787 100644 (file)
@@ -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
index 6dcb22ae3bfa6103f0cfb37e90cccbbda7ddd67a..791c7d48cfe295a9f0efa66f5ce2b9df1f7791fa 100644 (file)
@@ -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