Skip to content

Commit

Permalink
chore: autogenerate latest version sql
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Aug 30, 2021
1 parent 01d986c commit 5ff8b6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
EXTENSION = pg_net
EXTVERSION = 0.2

DATA = $(wildcard sql/*--*.sql)

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

all: sql/$(EXTENSION)--$(EXTVERSION).sql

sql/$(EXTENSION)--$(EXTVERSION).sql: sql/$(EXTENSION).sql
cp $< $@

EXTRA_CLEAN = sql/$(EXTENSION)--$(EXTVERSION).sql

PG_CONFIG = pg_config
SHLIB_LINK = -lcurl

Expand Down
File renamed without changes.

0 comments on commit 5ff8b6b

Please sign in to comment.