From 48c1ebb8ded7cddcd48d4ebe9148c7c895ff6bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20FR=C3=89VILLE?= Date: Fri, 21 Apr 2023 09:28:28 +0200 Subject: [PATCH] Lower C version requirement --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d406d6a..626e8a8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC := gcc -CFLAGS := -std=c17 -Wall -Wextra -g +CFLAGS := -std=c11 -Wall -Wextra -g CPPFLAGS := LDLIBS :=