src/Makefile

changeset 1319
aa1f580f8f59
parent 1234
6cdf81367b93
--- 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 $<
 

mercurial