ucx/Makefile

changeset 11
0aa8cbd7912e
parent 0
1a157da63d7c
child 22
112b85020dc9
--- a/ucx/Makefile	Fri Jan 03 21:40:57 2025 +0100
+++ b/ucx/Makefile	Sat Jan 04 13:03:01 2025 +0100
@@ -43,7 +43,9 @@
 SRC += printf.c
 SRC += string.c
 SRC += tree.c
-SRC += utils.c
+SRC += streams.c
+SRC += properties.c
+SRC += json.c
 
 OBJ   = $(SRC:%.c=../build/ucx/%$(OBJ_EXT))
 

mercurial