diff -r ae61523bce20 -r 2f71f4ee247a ucx/Makefile --- a/ucx/Makefile Thu Oct 03 18:52:51 2024 +0200 +++ b/ucx/Makefile Sun Oct 06 18:18:04 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))