Fix a typo in the GCC Makefile flags
[TD_C.git] / TP_11 / exo2 / Makefile
index c986981f3b4fa44ec75d3dabd994860be5774a9e..3edfbf669cb6305b6ea56093c290940cad468634 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