mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-09 14:20:57 +08:00
Improved Makefile [skip ci]
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,8 +1,8 @@
|
|||||||
EXTENSION = vector
|
EXTENSION = vector
|
||||||
EXTVERSION = 0.1.2
|
EXTVERSION = 0.1.2
|
||||||
|
|
||||||
DATA = sql/vector--0.1.1.sql sql/vector--0.1.0--0.1.1.sql
|
|
||||||
MODULE_big = vector
|
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
|
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)
|
TESTS = $(wildcard test/sql/*.sql)
|
||||||
|
|||||||
Reference in New Issue
Block a user