diff -r 38cb8e3992e8 -r ce13a778654a ucx/Makefile --- a/ucx/Makefile Thu Oct 03 18:54:19 2024 +0200 +++ b/ucx/Makefile Sun Oct 06 12:00:31 2024 +0200 @@ -43,6 +43,8 @@ SRC += printf.c SRC += string.c SRC += utils.c +SRC += tree.c +SRC += iterator.c OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))