From 6db80a4cb9e382b82afcbe8c5b7cf0ccea73ed2b Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 27 Mar 2024 10:02:32 +0100 Subject: [PATCH] c2x standard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 712bf45..9ddb694 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC := gcc # Compiler flags -CFLAGS := -Wall -Wextra -Wpedantic +CFLAGS := -Wall -Wextra -Wpedantic -std=c2x # Directories SRC_DIR := src