From 09e95fc8f9929c6fb9e76eb4d3c01c24fec5f0ae Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 6 May 2021 01:41:54 -0700 Subject: [PATCH] Improved Makefile [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f1a2ba..d115b36 100644 --- a/Makefile +++ b/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)