tests/Makefile

changeset 962
cd418898af5c
parent 959
0e1bf3c199bf
--- 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 $<
 

mercurial