From bd9e1997526735eda1b6dcfb354128bb406ee89c Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 19 Feb 2024 22:31:27 +0100 Subject: [PATCH] =?UTF-8?q?Makefile=20:=20les=20avertissements=20g=C3=A9n?= =?UTF-8?q?=C3=A8rent=20des=20erreurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c519a5e..0659f3c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAME := aoc FMT := c CC := cc -CC_OPTIONS := -g -Wall -Wextra +CC_OPTIONS := -g -Wall -Wextra -Werror DBG := gdb SRCD := src