TP 13 exo1: Fix a typo in the Makefile
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 9 Mar 2017 21:11:17 +0000 (22:11 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 9 Mar 2017 21:11:17 +0000 (22:11 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TP_13/exo1/Makefile

index a75a2f173f16a4af808c9aa015cc5389583ed3c8..20746ac802aae220d185dd15b2d0a726549b546c 100644 (file)
@@ -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)