From 696990187f6962dd004c829573dd2b1d479748a9 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Tue, 5 Nov 2024 12:25:30 +0100 Subject: [PATCH] fix: remove pedantic flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d358ca..06c25ec 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC := gcc -CCFLAGS := -pedantic -std=c99 +CCFLAGS := -std=c99 LDFLAGS := -lm OBJ := main.o TARGET := main