src/Makefile

changeset 1350
189756516eaa
parent 1348
a1da355ed3b8
--- a/src/Makefile	Tue Aug 26 21:14:17 2025 +0200
+++ b/src/Makefile	Tue Aug 26 21:55:19 2025 +0200
@@ -111,7 +111,7 @@
 
 $(build_dir)/kv_list$(OBJ_EXT): kv_list.c cx/kv_list.h cx/common.h \
  cx/list.h cx/collection.h cx/allocator.h cx/iterator.h cx/compare.h \
- cx/map.h cx/string.h cx/hash_key.h
+ cx/map.h cx/string.h cx/hash_key.h cx/hash_map.h cx/linked_list.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS)  -c $<
 

mercurial