c2x standard

This commit is contained in:
Imbus 2024-03-27 10:02:32 +01:00
parent f3a32c4c79
commit 6db80a4cb9

View file

@ -2,7 +2,7 @@
CC := gcc
# Compiler flags
CFLAGS := -Wall -Wextra -Wpedantic
CFLAGS := -Wall -Wextra -Wpedantic -std=c2x
# Directories
SRC_DIR := src