Fix a typo in the GCC Makefile flags
[TD_C.git] / TP_11 / exo1 / Makefile
index adaddf03082e863ecebc91f9e794d753d489bf24..9720be926569b89296e9640307879e1cbe4b2fa8 100644 (file)
@@ -39,7 +39,7 @@ else
 BUILDDIR := .build/release
 DEBUG_FLAG =
 STRIP_FLAG = -s
-OPTIFLAG = -O3
+OPTI_FLAG = -O3
 endif
 
 #FIXME: Add a way to better control the library build