sqlite-vec/examples/simple-c/Makefile

7 lines
131 B
Makefile
Raw Normal View History

2024-05-10 20:51:42 -07:00
demo: demo.c
gcc \
-O3 -DSQLITE_CORE \
2024-05-10 20:51:42 -07:00
-I../../ -I../../vendor \
demo.c ../../sqlite-vec.c ../../vendor/sqlite3.c \
-o $@