X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP_13%2Fexo1%2FMakefile;h=a75a2f173f16a4af808c9aa015cc5389583ed3c8;hb=d007ceaa7541848a38cd408861871147eae1fd68;hp=65b7fdc23894fa3e45df161cb73fe902c286175a;hpb=fac749d5f8fab2991c3b149b82f168cec194362b;p=TD_C.git 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