From: Jérôme Benoit Date: Thu, 9 Mar 2017 21:11:17 +0000 (+0100) Subject: TP 13 exo1: Fix a typo in the Makefile X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=commitdiff_plain;h=bdbc4f521c21287e53bb7134d4aaa060781e09cb TP 13 exo1: Fix a typo in the Makefile Signed-off-by: Jérôme Benoit --- 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)