aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-09-10 22:31:42 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-09-10 22:31:42 +0200
commit8fc6805562404a747edcae78c59a4100b7e443bc (patch)
tree256b82ba424e924d96da172198a09e3c58d460fd /Makefile
parent5b9e89e384b9dff852ea924a84f2b989e9243f48 (diff)
Define _GNU_SOURCE
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7099ef..730f623 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@ all: benläkaren
benläkaren: main.l
flex --warn -o main.c $<
- cc -std=c23 -o $@ main.c
+ cc -D_GNU_SOURCE -std=c23 -o $@ main.c