diff -r 6bd37fe6d905 -r ee4e4742391e application/Makefile
--- a/application/Makefile	Wed Oct 23 21:46:43 2024 +0200
+++ b/application/Makefile	Sun Oct 27 18:24:37 2024 +0100
@@ -37,6 +37,7 @@
 SRC += davcontroller.c
 SRC += system.c
 SRC += window.c
+SRC += settings.c
 
 OBJ = $(SRC:%.c=../build/application/%.$(OBJ_EXT))