src/Makefile

changeset 833
5c926801f052
parent 816
425234b05dff
     1.1 --- a/src/Makefile	Sun Feb 18 13:16:38 2024 +0100
     1.2 +++ b/src/Makefile	Sun Feb 18 13:38:42 2024 +0100
     1.3 @@ -124,7 +124,8 @@
     1.4  	@echo "Compiling $<"
     1.5  	$(CC) -o $@ $(CFLAGS) -c $<
     1.6  
     1.7 -$(build_dir)/tree$(OBJ_EXT): tree.c cx/tree.h cx/common.h
     1.8 +$(build_dir)/tree$(OBJ_EXT): tree.c cx/tree.h cx/common.h cx/iterator.h \
     1.9 + cx/array_list.h cx/list.h cx/collection.h cx/allocator.h
    1.10  	@echo "Compiling $<"
    1.11  	$(CC) -o $@ $(CFLAGS) -c $<
    1.12  

mercurial