From da65d5ff18ff2fb598ac4cf25063b233b000d7b5 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 14 Mar 2025 16:37:05 +0100 Subject: Set standard version to C99 Signed-off-by: Mel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7099164..6468775 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS ?= -Wall -Werror -static -g -Og +CFLAGS ?= -std=c99 -Wall -Werror -static -g -Og .DEFAULT_GOAL := all build/catskill: build src/catskill.csk -- cgit 1.4.1