]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blobdiff - Makefile
Initial commit
[postgresql/pg_jsonb_opx] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100755 (executable)
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)