From: Jérôme Benoit Date: Thu, 9 Mar 2017 21:03:26 +0000 (+0100) Subject: TP 13 exo1: Document a bit the Makefile usage X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=commitdiff_plain;h=d007ceaa7541848a38cd408861871147eae1fd68 TP 13 exo1: Document a bit the Makefile usage Signed-off-by: Jérôme Benoit --- diff --git a/TP_13/exo1/Makefile b/TP_13/exo1/Makefile index 65b7fdc..a75a2f1 100644 --- a/TP_13/exo1/Makefile +++ b/TP_13/exo1/Makefile @@ -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