From d007ceaa7541848a38cd408861871147eae1fd68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 9 Mar 2017 22:03:26 +0100 Subject: [PATCH] TP 13 exo1: Document a bit the Makefile usage MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- TP_13/exo1/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.34.1