Wed, 20 Mar 2024 23:35:18 +0100
add missing header dependencies
tests/Makefile | file | annotate | diff | comparison | revisions |
--- a/tests/Makefile Wed Mar 20 23:31:41 2024 +0100 +++ b/tests/Makefile Wed Mar 20 23:35:18 2024 +0100 @@ -105,7 +105,8 @@ $(CC) -o $@ $(CFLAGS) -c $< $(TEST_DIR)/test_tree$(OBJ_EXT): test_tree.c ../src/cx/tree.h \ - ../src/cx/common.h ../src/cx/iterator.h ../src/cx/test.h + ../src/cx/common.h ../src/cx/iterator.h ../src/cx/test.h \ + util_allocator.h ../src/cx/allocator.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<