]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blob - Makefile
Initial commit
[postgresql/pg_jsonb_opx] / Makefile
1 MODULES = jsonb_opx
2 DATA_built = jsonb_opx.sql
3 OBJS = jsonb_opx.o
4 DOCS = README.md
5
6 PG_CONFIG = pg_config
7 PGXS := $(shell $(PG_CONFIG) --pgxs)
8 include $(PGXS)