From efccca225edd32654c1935b19c8eed44732eb8ad Mon Sep 17 00:00:00 2001 From: wrmr Date: Mon, 23 Jun 2025 14:32:32 -0400 Subject: drop required c version to c11 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88dbb91..cf8653f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ RUNARGS = PREFIX ?= ${HOME}/.local BINDIR = ${PREFIX}/bin -CFLAGS = -std=c17 -Wall -Wextra -Wpedantic -Os ${CFLAGS_${DEBUG}} +CFLAGS = -std=c11 -Wall -Wextra -Wpedantic -Os ${CFLAGS_${DEBUG}} LDFLAGS = -flto ${LDFLAGS_${DEBUG}} LDLIBS = -lncursesw -- cgit 1.4.1-2-gfad0