Enable more warnings on more TP examples.
[TD_C.git] / TP_8 / exo2 / Makefile
index 184cdd5e86f320e4066d47e47bdf55fceef7e23c..20b3d810da6066a46ffdc535cffc38628da68388 100644 (file)
@@ -2,8 +2,8 @@ TARGET = exo2
 LIBS =
 CC = gcc
 # Enforce C11 ISO standard for now
-CFLAGS = -std=c11 -g -Wall
-LDFLAGS = -g -Wall
+CFLAGS = -std=c11 -g -Wall -Wextra
+LDFLAGS = -g -Wall -Wextra
 
 .PHONY: default all clean