Tue, 16 Dec 2025 18:32:35 +0100
remove dependency from tree.c to array_list.h
| src/Makefile | file | annotate | diff | comparison | revisions |
--- a/src/Makefile Tue Dec 16 18:30:08 2025 +0100 +++ b/src/Makefile Tue Dec 16 18:32:35 2025 +0100 @@ -162,7 +162,7 @@ $(CC) -o $@ $(CFLAGS) -c $< $(build_dir)/tree$(OBJ_EXT): tree.c cx/tree.h cx/common.h cx/collection.h \ - cx/allocator.h cx/iterator.h cx/compare.h cx/array_list.h cx/list.h + cx/allocator.h cx/iterator.h cx/compare.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<