src/Makefile

changeset 1133
0aecb9fda851
parent 1067
7799addf475f
--- a/src/Makefile	Sat Jan 18 13:30:51 2025 +0100
+++ b/src/Makefile	Sat Jan 18 14:07:52 2025 +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/compare.h
+ cx/iterator.h cx/compare.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS)  -c $<
 

mercurial