TP 13 exo1: Fix a typo in the Makefile
[TD_C.git] / 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)