From cbc5931296f972812bec7945a3c1c52b0569b747 Mon Sep 17 00:00:00 2001 From: stiti Date: Thu, 14 Dec 2023 10:32:24 +0100 Subject: [PATCH] Ajout de -pedantic dans le makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 98dba6f..a6a8f8c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ### VARIABLES ### CC = gcc -CFLAGS = -lgraph -ansi +CFLAGS = -lgraph -ansi -pedantic SRCDIR = ./src HDIR = ./include ODIR = ./out