aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile6
1 files changed, 3 insertions, 3 deletions
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