summaryrefslogtreecommitdiff
path: root/Maakbestand
diff options
context:
space:
mode:
authorTom Smeding <t.j.smeding@uu.nl>2024-07-13 22:16:10 +0200
committerTom Smeding <t.j.smeding@uu.nl>2024-07-13 22:16:14 +0200
commit8ebc1e27f7a19091515b8de742d486698dae4d6e (patch)
tree18051f4744d689f8f98587af661cfd39fd87c226 /Maakbestand
parent712530e52091520f8f2bf347dc9ecb4030d9c4ed (diff)
omd
Diffstat (limited to 'Maakbestand')
-rw-r--r--Maakbestand4
1 files changed, 3 insertions, 1 deletions
diff --git a/Maakbestand b/Maakbestand
index 98e0798..177df33 100644
--- a/Maakbestand
+++ b/Maakbestand
@@ -1,5 +1,7 @@
+VERSION := $(shell ./versie.sh)
+
CC := gcc
-CFLAGS := -Wall -Wextra -std=c2x -O2
+CFLAGS := -Wall -Wextra -std=c2x -O2 -D_GNU_SOURCE -DDRUKKEDOOS_VERSIE=\"$(VERSION)\"
LDFLAGS :=
OBJDIR := obj