Skip to content

Commit

Permalink
Remove META.json from the all: target
Browse files Browse the repository at this point in the history
It is only needed for releases to PGXN, not building, testing, or anything else.
  • Loading branch information
theory committed Jul 15, 2024
1 parent 4277086 commit 3c48631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgmq-extension/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PG_CONFIG ?= pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)

all: sql/$(EXTENSION)--$(EXTVERSION).sql META.json Trunk.toml
all: sql/$(EXTENSION)--$(EXTVERSION).sql Trunk.toml

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

0 comments on commit 3c48631

Please sign in to comment.