| 57  ../src/cx/string.h ../src/cx/hash_key.h ../src/cx/hash_map.h \ | 57  ../src/cx/string.h ../src/cx/hash_key.h ../src/cx/hash_map.h \ | 
| 58  ../src/cx/map.h | 58  ../src/cx/map.h | 
| 59 	@echo "Compiling $<" | 59 	@echo "Compiling $<" | 
| 60 	$(CC) -o $@ $(CFLAGS) -c $< | 60 	$(CC) -o $@ $(CFLAGS) -c $< | 
| 61 | 61 | 
| 62 $(TEST_DIR)/test_string$(OBJ_EXT): test_string.c | 62 $(TEST_DIR)/test_string$(OBJ_EXT): test_string.c ../src/cx/test.h \ | 
|  | 63  util_allocator.h ../src/cx/allocator.h ../src/cx/common.h \ | 
|  | 64  ../src/cx/string.h ../src/cx/allocator.h | 
| 63 	@echo "Compiling $<" | 65 	@echo "Compiling $<" | 
| 64 	$(CC) -o $@ $(CFLAGS) -c $< | 66 	$(CC) -o $@ $(CFLAGS) -c $< | 
| 65 | 67 | 
| 66 $(TEST_DIR)/test_utils$(OBJ_EXT): test_utils.c ../src/cx/test.h \ | 68 $(TEST_DIR)/test_utils$(OBJ_EXT): test_utils.c ../src/cx/test.h \ | 
| 67  ../src/cx/utils.h ../src/cx/common.h ../src/cx/buffer.h \ | 69  ../src/cx/utils.h ../src/cx/common.h ../src/cx/buffer.h \ |