src/Makefile

changeset 1615
5c211187dde9
parent 1612
db1f645d2378
--- 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 $<
 

mercurial