--- a/src/Makefile Fri Dec 20 15:00:05 2024 +0100 +++ b/src/Makefile Fri Dec 20 15:00:31 2024 +0100 @@ -133,7 +133,7 @@ $(build_dir)/properties$(OBJ_EXT): properties.c cx/properties.h \ cx/common.h cx/string.h cx/allocator.h cx/map.h cx/collection.h \ - cx/iterator.h cx/compare.h cx/hash_key.h cx/array_list.h cx/list.h + cx/iterator.h cx/compare.h cx/hash_key.h cx/buffer.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<