diff -r bc8b7c5f55fb -r cd418898af5c tests/Makefile --- a/tests/Makefile Thu Oct 31 14:39:05 2024 +0100 +++ b/tests/Makefile Thu Oct 31 14:54:44 2024 +0100 @@ -91,9 +91,9 @@ $(TEST_DIR)/test_list$(OBJ_EXT): test_list.c ../src/cx/test.h \ ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ - ../src/cx/compare.h ../src/cx/utils.h ../src/cx/array_list.h \ - ../src/cx/list.h ../src/cx/collection.h ../src/cx/allocator.h \ - ../src/cx/iterator.h ../src/cx/compare.h ../src/cx/linked_list.h + ../src/cx/compare.h ../src/cx/array_list.h ../src/cx/list.h \ + ../src/cx/collection.h ../src/cx/allocator.h ../src/cx/iterator.h \ + ../src/cx/compare.h ../src/cx/linked_list.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<