mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
forgot dep
This commit is contained in:
parent
22bc9f0837
commit
05ba497ca9
1 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@ sqlite-vec.h: ../../sqlite-vec.h
|
|||
cp $< $@
|
||||
|
||||
sqlite3ext.h: ../../vendor/sqlite3ext.h
|
||||
cp $< $@
|
||||
cp $< $@
|
||||
|
||||
sqlite3.h:
|
||||
cp $< $@
|
||||
sqlite3.h: ../../vendor/sqlite3.h
|
||||
cp $< $@
|
||||
|
||||
.PHONY: deps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue