]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blob - Makefile
Add to README.md
[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 REGRESS = jsonb_opx
7
8 PG_CONFIG = pg_config
9 PGXS := $(shell $(PG_CONFIG) --pgxs)
10 include $(PGXS)