diff -r 9b2c12494ccf -r 303a981e6834 src/Makefile --- a/src/Makefile Sun Sep 29 23:08:40 2024 +0200 +++ b/src/Makefile Mon Sep 30 19:17:19 2024 +0200 @@ -130,8 +130,8 @@ @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $< -$(build_dir)/tree$(OBJ_EXT): tree.c cx/tree.h cx/common.h cx/iterator.h \ - cx/array_list.h cx/list.h cx/collection.h cx/allocator.h cx/compare.h +$(build_dir)/tree$(OBJ_EXT): tree.c cx/tree.h cx/common.h cx/collection.h \ + cx/allocator.h cx/iterator.h cx/compare.h cx/array_list.h cx/list.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<