mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
6 lines
131 B
Makefile
6 lines
131 B
Makefile
demo: demo.c
|
|
gcc \
|
|
-O3 -DSQLITE_CORE \
|
|
-I../../ -I../../vendor \
|
|
demo.c ../../sqlite-vec.c ../../vendor/sqlite3.c \
|
|
-o $@
|