From bdbc4f521c21287e53bb7134d4aaa060781e09cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 9 Mar 2017 22:11:17 +0100 Subject: [PATCH] TP 13 exo1: Fix a typo in the Makefile 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1