X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP_8%2Fexo2%2FMakefile;h=20b3d810da6066a46ffdc535cffc38628da68388;hb=edbb50f74ef3aee9cb8119a54143ba845e3b6de0;hp=184cdd5e86f320e4066d47e47bdf55fceef7e23c;hpb=913777a2bfd77759b7da95a3b5ab07b5d6cdf8fc;p=TD_C.git diff --git a/TP_8/exo2/Makefile b/TP_8/exo2/Makefile index 184cdd5..20b3d81 100644 --- a/TP_8/exo2/Makefile +++ b/TP_8/exo2/Makefile @@ -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