X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=TP_13%2Fexo1%2FMakefile;h=20746ac802aae220d185dd15b2d0a726549b546c;hp=a75a2f173f16a4af808c9aa015cc5389583ed3c8;hb=bdbc4f521c21287e53bb7134d4aaa060781e09cb;hpb=d007ceaa7541848a38cd408861871147eae1fd68 diff --git a/TP_13/exo1/Makefile b/TP_13/exo1/Makefile index a75a2f1..20746ac 100644 --- a/TP_13/exo1/Makefile +++ b/TP_13/exo1/Makefile @@ -46,7 +46,7 @@ STRIP_FLAG = -s OPTI_FLAG = -O3 endif -# Puting header files in the source directory is not the purpose of this INCLUDES variable +# Putting header files in the source directory is not the purpose of this INCLUDES variable INCLUDES := $(INCLUDES) -I$(SRC_PATH) -I$(LIBRARY_PATH) CFLAGS := $(CFLAGS) $(WARN_FLAGS) $(STD_FLAG) $(OPTI_FLAG) $(DEBUG_FLAG) $(INCLUDES) LIBCFLAGS := -fPIC $(CFLAGS)