mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
sqlite-vec.h dep on cli
This commit is contained in:
parent
51391b4d16
commit
163fc2db44
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -124,7 +124,7 @@ $(LIBS_DIR)/sqlite-vec.a: $(OBJS_DIR)/sqlite-vec.o $(LIBS_DIR)
|
||||||
$(AR) rcs $@ $<
|
$(AR) rcs $@ $<
|
||||||
|
|
||||||
|
|
||||||
$(TARGET_CLI): $(LIBS_DIR)/sqlite-vec.a $(LIBS_DIR)/shell.a $(LIBS_DIR)/sqlite3.a examples/sqlite3-cli/core_init.c $(prefix)
|
$(TARGET_CLI): sqlite-vec.h $(LIBS_DIR)/sqlite-vec.a $(LIBS_DIR)/shell.a $(LIBS_DIR)/sqlite3.a examples/sqlite3-cli/core_init.c $(prefix)
|
||||||
$(CC) -g3 \
|
$(CC) -g3 \
|
||||||
-Ivendor/ -I./ \
|
-Ivendor/ -I./ \
|
||||||
-DSQLITE_CORE \
|
-DSQLITE_CORE \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue