diff -r e72410a58188 -r 0cb645809b1a src/Makefile --- a/src/Makefile Thu Jul 02 12:47:17 2026 +0200 +++ b/src/Makefile Sat Jul 04 11:10:51 2026 +0200 @@ -24,7 +24,8 @@ include ../config.mk BUILD_DIR = ../build -SRC = arguments.c bfile_heuristics.c cline.c regex_parser.c scanner.c settings.c string_list.c +SRC = arguments.c bfile_heuristics.c cline.c regex_parser.c scanner.c \ + settings.c string_list.c OBJ = $(SRC:%.c=$(BUILD_DIR)/%.o) CFLAGS += -DVERSION='"$(VERSION)"'