diff -r 7d176764756d -r 087cc9216f28 ucx/Makefile --- a/ucx/Makefile Sun Feb 11 15:44:33 2024 +0100 +++ b/ucx/Makefile Sun Feb 11 22:06:23 2024 +0100 @@ -32,7 +32,7 @@ # list of source files SRC = allocator.c SRC += array_list.c -SRC += basic_mempool.c +SRC += mempool.c SRC += buffer.c SRC += compare.c SRC += hash_key.c