--- a/src/Makefile Thu May 15 16:02:54 2025 +0200 +++ b/src/Makefile Thu May 15 16:12:09 2025 +0200 @@ -141,7 +141,8 @@ @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $< -$(build_dir)/streams$(OBJ_EXT): streams.c cx/streams.h cx/common.h +$(build_dir)/streams$(OBJ_EXT): streams.c cx/streams.h cx/common.h \ + cx/allocator.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<