TP 13 exo1: Document a bit the Makefile usage
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 9 Mar 2017 21:03:26 +0000 (22:03 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 9 Mar 2017 21:03:26 +0000 (22:03 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TP_13/exo1/Makefile

index 65b7fdc23894fa3e45df161cb73fe902c286175a..a75a2f173f16a4af808c9aa015cc5389583ed3c8 100644 (file)
@@ -7,7 +7,10 @@
 # binary using the provided name.
 #
 # Set BINARY_NAME to the name of the binary file to build.
-# Set BUILD_TYPE to either debug or release
+# Set LIBRARY_NAME to the name of the library file to build.
+# The default path for the library code and object is lib.
+# By default the linker will look for $(BINARY_NAME) library name.
+# Set BUILD_TYPE to either debug or release.
 #
 # Automatic dependencies code from:
 # http://make.mad-scientist.net/papers/advanced-auto-dependency-generation/#tldr