fixes
All checks were successful
Run tests / test-project (push) Successful in 14s

This commit is contained in:
2025-09-03 13:37:37 +02:00
parent 963bbb43cd
commit b5156ab930
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
CC := gcc
CFLAGS := -Wall -Wextra -Iinclude -Icommon -std=c23
CFLAGS := -Wall -Wextra -Iinclude -Icommon -std=c2x
PROG_NAME := program
SRC_DIR := src

View File

@@ -2,4 +2,4 @@
-Wextra
-Iinclude
-Icommon
-std=c23
-std=c2x