Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
# 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
# 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