Skip to content

Commit 5ff8b6b

Browse files
committed
chore: autogenerate latest version sql
1 parent 01d986c commit 5ff8b6b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
EXTENSION = pg_net
2+
EXTVERSION = 0.2
3+
24
DATA = $(wildcard sql/*--*.sql)
35

46
TESTS = $(wildcard test/sql/*.sql)
@@ -8,6 +10,13 @@ REGRESS_OPTS = --use-existing --inputdir=test
810
MODULE_big = pg_net
911
OBJS = src/worker.o
1012

13+
all: sql/$(EXTENSION)--$(EXTVERSION).sql
14+
15+
sql/$(EXTENSION)--$(EXTVERSION).sql: sql/$(EXTENSION).sql
16+
cp $< $@
17+
18+
EXTRA_CLEAN = sql/$(EXTENSION)--$(EXTVERSION).sql
19+
1120
PG_CONFIG = pg_config
1221
SHLIB_LINK = -lcurl
1322

File renamed without changes.

0 commit comments

Comments
 (0)