diff --git a/makefile b/makefile index 26534d6..4e7bf5b 100755 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ CC = gcc # options de compilation -CFLAGS = -Wall -Wextra +CFLAGS = -ansi -pedantic -Wall -Wextra LDFLAGS = -lgraph # nom de l'exécutable