mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
update go ncruces example
This commit is contained in:
parent
18e33edf14
commit
ff30ed3df3
4 changed files with 6 additions and 11 deletions
|
|
@ -1,13 +1,8 @@
|
|||
|
||||
VERSION=0.0.1-alpha.27
|
||||
|
||||
demo: demo.go sqlite3.vec.wasm
|
||||
demo: demo.go
|
||||
go build -o $@ $<
|
||||
|
||||
sqlite3.vec.wasm:
|
||||
curl -L -o $@ https://github.com/asg017/sqlite-vec/releases/download/v$(VERSION)/sqlite-vec-$(VERSION)-ncruces-go.wasm
|
||||
|
||||
clean:
|
||||
rm demo sqlite3.vec.wasm
|
||||
rm demo
|
||||
|
||||
.PHONY: clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue