mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
typo fix
This commit is contained in:
parent
d529eb09d1
commit
fa4770b84d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -102,7 +102,7 @@ $(TARGET_LOADABLE): sqlite-vec.c sqlite-vec.h $(prefix)
|
|||
$< -o $@
|
||||
|
||||
$(TARGET_STATIC): sqlite-vec.c sqlite-vec.h $(prefix) $(OBJS_DIR)
|
||||
$(CC) -Ivendor/ -Ivendor/vec $(CFLAGS) -DSQLITE_CORE -DSQLITE_VEC_STATIC \
|
||||
$(CC) -Ivendor/ $(CFLAGS) -DSQLITE_CORE -DSQLITE_VEC_STATIC \
|
||||
-O3 -c $< -o $(OBJS_DIR)/vec.o
|
||||
$(AR) rcs $@ $(OBJS_DIR)/vec.o
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue