We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607694d commit 4fdfa6aCopy full SHA for 4fdfa6a
Makefile
@@ -9,7 +9,7 @@ REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
9
REGRESS_OPTS = --use-existing --inputdir=test
10
11
MODULE_big = $(EXTENSION)
12
-OBJS = src/worker.o src/util.o
+OBJS = src/worker.o src/util.o src/core.o
13
14
all: sql/$(EXTENSION)--$(EXTVERSION).sql $(EXTENSION).control
15
0 commit comments