summaryrefslogtreecommitdiff
path: root/Maakbestand
diff options
context:
space:
mode:
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