src/Makefile

changeset 1067
7799addf475f
parent 1064
f3b04cd60776
--- a/src/Makefile	Sun Dec 29 17:45:56 2024 +0100
+++ b/src/Makefile	Sun Dec 29 18:03:21 2024 +0100
@@ -98,7 +98,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/compare.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS)  -c $<
 

mercurial