From 45570024a49b80359d848329f2c363d5bf9af44a Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Thu, 5 Feb 2026 09:29:51 +0000 Subject: assets & core --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b613ff3..bf82f03 100755 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ #!/usr/bin/make -f # Don't fucking touch this without a good reason or I will fucking strangle you -CFLAGS := -std=gnu23 -CPPFLAGS := -Iinclude -LDFLAGS := -lm +CFLAGS := -std=c23 +CPPFLAGS := -Iinclude -D_GNU_SOURCE +LDFLAGS := -lm -lbsd DEBUG := 1 -- cgit v1.2.3