From 92a7e5853c6caeec09122c05ddbc19ae1498a0d8 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 10 Sep 2024 18:23:46 -0400 Subject: joe --- makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile.mk') diff --git a/makefile.mk b/makefile.mk index afcfda7..a5321b8 100644 --- a/makefile.mk +++ b/makefile.mk @@ -1,6 +1,6 @@ # needed cflags -CFLAGS += -std=c2x +CFLAGS += -std=gnu2x # add include directory CFLAGS += -isystem ../include -- cgit v1.2.3-freya