diff -r 3106d9ca2f9c -r f3ab28ed22e5 ucx/Makefile --- a/ucx/Makefile Mon Oct 13 21:07:59 2025 +0200 +++ b/ucx/Makefile Mon Oct 13 21:31:58 2025 +0200 @@ -38,6 +38,7 @@ SRC += hash_map.c SRC += iterator.c SRC += linked_list.c +SRC += kv_list.c SRC += list.c SRC += map.c SRC += printf.c