Ajout de -pedantic dans le makefile

This commit is contained in:
stiti 2023-12-14 10:32:24 +01:00
parent 3c09e5bd7c
commit cbc5931296

View File

@ -1,7 +1,7 @@
### VARIABLES ###
CC = gcc
CFLAGS = -lgraph -ansi
CFLAGS = -lgraph -ansi -pedantic
SRCDIR = ./src
HDIR = ./include
ODIR = ./out