diff -r 26e47a874f19 -r c9033d30a9f6 src/Makefile --- a/src/Makefile Wed Oct 30 16:59:53 2024 +0100 +++ b/src/Makefile Thu Oct 31 12:15:13 2024 +0100 @@ -100,7 +100,8 @@ $(CC) -o $@ $(CFLAGS) -c $< $(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/string.h \ - cx/allocator.h cx/allocator.h + cx/allocator.h cx/array_list.h cx/list.h cx/collection.h cx/iterator.h \ + cx/compare.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<