Thu, 31 Oct 2024 12:15:13 +0100
update build dependencies for json.c
src/Makefile | file | annotate | diff | comparison | revisions |
--- 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 $<