Set ./DeLiKo@DNB as default production SRC_DIR

should contain a symbolic link to
/mnt/data/KorAP@DNB/Random-10-12-23.epub and later to the Buchpreis
corpora
diff --git a/Makefile b/Makefile
index 467857e..602c45c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 SRC_DIR = test/resources/DNB
 YEARS=13 18
 else
-SRC_DIR ?= /mnt/data/KorAP@DNB
+SRC_DIR ?= ./DeLiKo@DNB
 YEARS ?= $(shell seq -w 2012 2024 | sed 's/^.*\([0-9][0-9]\)/\1/')
 endif