src/Makefile

changeset 1007
81b2986d2b04
parent 1000
1aecddf7e209
--- a/src/Makefile	Tue Dec 10 00:09:55 2024 +0100
+++ b/src/Makefile	Tue Dec 10 00:19:45 2024 +0100
@@ -100,8 +100,8 @@
 	$(CC) -o $@ $(CFLAGS)  -c $<
 
 $(build_dir)/json$(OBJ_EXT): json.c cx/json.h cx/common.h cx/allocator.h \
- cx/string.h cx/array_list.h cx/list.h cx/collection.h cx/iterator.h \
- cx/compare.h
+ cx/string.h cx/buffer.h cx/array_list.h cx/list.h cx/collection.h \
+ cx/iterator.h cx/compare.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS)  -c $<
 

mercurial