From 4264c45de69dbc5dbbadc7454d07e2757526af6e Mon Sep 17 00:00:00 2001
From: Mattias Andrée <m@maandree.se>
Date: Wed, 16 Oct 2024 21:28:52 +0200
Subject: use CC=c99
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Mattias Andrée <m@maandree.se>
---
 config.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config.mk b/config.mk
index 7111c86..b80f06c 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,8 @@
 PREFIX = /usr
 MANPREFIX = $(PREFIX)/share/man
 
+CC = c99
+
 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
-CFLAGS   = -std=c99 -Wall -O2
+CFLAGS   = -Wall -O2
 LDFLAGS  = -lcoopgamma -lred -lm -s
-- 
cgit v1.2.3-70-g09d2