diff -r bbadf84cfc2d -r 4d7a2238c5ac ucx/Makefile --- a/ucx/Makefile Sun May 21 11:52:06 2023 +0200 +++ b/ucx/Makefile Sun May 21 16:34:58 2023 +0200 @@ -39,6 +39,7 @@ SRC += hash_map.c SRC += linked_list.c SRC += list.c +SRC += map.c SRC += printf.c SRC += string.c SRC += utils.c