--- a/src/Makefile Sun Dec 07 15:33:16 2025 +0100 +++ b/src/Makefile Sun Dec 07 15:34:46 2025 +0100 @@ -104,7 +104,7 @@ $(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/allocator.h \ cx/string.h cx/buffer.h cx/array_list.h cx/list.h cx/collection.h \ - cx/iterator.h cx/compare.h + cx/iterator.h cx/compare.h cx/map.h cx/hash_key.h cx/kv_list.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<