application/Makefile

changeset 60
ee4e4742391e
parent 56
294d5515583a
--- 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))
 

mercurial