mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 01:06:27 +02:00
7 lines
61 B
Makefile
7 lines
61 B
Makefile
|
|
|
||
|
|
demo: demo.go
|
||
|
|
go build -o $@ $<
|
||
|
|
|
||
|
|
sqlite3.vec.wasm:
|
||
|
|
exit 1
|