diff -r 1f40ca07ae1b -r 839fefbdedc7 ucx/Makefile --- a/ucx/Makefile Sat Apr 20 13:01:58 2024 +0200 +++ b/ucx/Makefile Thu May 23 22:35:45 2024 +0200 @@ -36,11 +36,13 @@ SRC += compare.c SRC += hash_key.c SRC += hash_map.c +SRC += iterator.c SRC += linked_list.c SRC += list.c SRC += map.c SRC += printf.c SRC += string.c +SRC += tree.c SRC += utils.c OBJ = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))