src/Makefile

changeset 958
c9033d30a9f6
parent 937
10123f4d5618
child 962
cd418898af5c
--- 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 $<
 

mercurial