X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=blobdiff_plain;f=Makefile;fp=Makefile;h=1ebceac3ac72a66f904ff750b080c99c49941f2b;hp=0000000000000000000000000000000000000000;hb=8c1743c63b561e0c49fb41be3f837eac46d54aad;hpb=62640eaa675407c0c2ca3ff7d74902df1aaa3583 diff --git a/Makefile b/Makefile new file mode 100755 index 0000000..1ebceac --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +MODULES = jsonb_opx +DATA_built = jsonb_opx.sql +OBJS = jsonb_opx.o +DOCS = README.md + +PG_CONFIG = pg_config +PGXS := $(shell $(PG_CONFIG) --pgxs) +include $(PGXS)