src/Makefile

changeset 766
e59b76889f00
parent 765
b5128bb44459
child 774
4fd4e0c6107a
     1.1 --- a/src/Makefile	Mon Dec 18 18:54:17 2023 +0100
     1.2 +++ b/src/Makefile	Wed Dec 20 16:46:14 2023 +0100
     1.3 @@ -56,7 +56,7 @@
     1.4  	$(CC) -o $@ $(CFLAGS) -c $<
     1.5  
     1.6  $(build_dir)/array_list$(OBJ_EXT): array_list.c cx/array_list.h cx/list.h \
     1.7 - cx/common.h cx/collection.h cx/allocator.h cx/iterator.h
     1.8 + cx/common.h cx/collection.h cx/allocator.h cx/iterator.h cx/compare.h
     1.9  	@echo "Compiling $<"
    1.10  	$(CC) -o $@ $(CFLAGS) -c $<
    1.11  
    1.12 @@ -81,7 +81,7 @@
    1.13  
    1.14  $(build_dir)/linked_list$(OBJ_EXT): linked_list.c cx/linked_list.h \
    1.15   cx/common.h cx/list.h cx/collection.h cx/allocator.h cx/iterator.h \
    1.16 - cx/utils.h
    1.17 + cx/utils.h cx/compare.h
    1.18  	@echo "Compiling $<"
    1.19  	$(CC) -o $@ $(CFLAGS) -c $<
    1.20  

mercurial