# HG changeset patch # User Mike Becker # Date 1737205672 -3600 # Node ID 0aecb9fda85199b0c40fdf43669418bd9cec80c6 # Parent b7fea9b2874ccd25cb290051d57071bcd8b9882b fix duplicate dependency diff -r b7fea9b2874c -r 0aecb9fda851 src/Makefile --- 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 $<