--- a/ucx/Makefile Thu Nov 28 17:53:13 2024 +0100
+++ b/ucx/Makefile Mon Jan 06 21:18:36 2025 +0100
@@ -43,7 +43,9 @@
SRC += printf.c
SRC += string.c
SRC += tree.c
-SRC += utils.c
+SRC += streams.c
+SRC += properties.c
+SRC += json.c
OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))