X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP_8%2Fexo3%2FMakefile;fp=TP_8%2Fexo3%2FMakefile;h=fc320df9f917901b276767df5ea3729b5dbff636;hb=4593ff984d50f6eb003613823c625398b6406390;hp=c31747a17e6597766a6da8109d6bfcf48dd7bc1b;hpb=7c4bfcc0aacab351b7534e2e09ebd98239901db0;p=TD_C.git diff --git a/TP_8/exo3/Makefile b/TP_8/exo3/Makefile index c31747a..fc320df 100644 --- a/TP_8/exo3/Makefile +++ b/TP_8/exo3/Makefile @@ -2,8 +2,8 @@ TARGET = exo3 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