mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-30 17:51:18 +08:00
Improved Makefile [skip ci]
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,8 +1,8 @@
|
||||
EXTENSION = vector
|
||||
EXTVERSION = 0.1.2
|
||||
|
||||
DATA = sql/vector--0.1.1.sql sql/vector--0.1.0--0.1.1.sql
|
||||
MODULE_big = vector
|
||||
DATA = sql/vector--0.1.1.sql sql/vector--0.1.0--0.1.1.sql
|
||||
OBJS = src/ivfbuild.o src/ivfflat.o src/ivfinsert.o src/ivfkmeans.o src/ivfscan.o src/ivfutils.o src/ivfvacuum.o src/vector.o
|
||||
|
||||
TESTS = $(wildcard test/sql/*.sql)
|
||||
|
||||
Reference in New Issue
Block a user