We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a74ed commit 3c430abCopy full SHA for 3c430ab
Makefile
@@ -1,4 +1,5 @@
1
# Makefile
2
+default: build
3
4
STEAMPIPE_INSTALL_DIR ?= ~/.steampipe
5
@@ -10,7 +11,7 @@ install: build
10
11
cp ./build-$(PLATFORM)/steampipe_postgres_fdw--1.0.sql $(STEAMPIPE_INSTALL_DIR)/db/14.2.0/postgres/share/postgresql/extension/; \
12
cp ./build-$(PLATFORM)/steampipe_postgres_fdw.control $(STEAMPIPE_INSTALL_DIR)/db/14.2.0/postgres/share/postgresql/extension/; \
13
fi
-
14
+
15
if test -f ./build-$(PLATFORM)/steampipe_postgres_fdw.so; then \
16
cp ./build-$(PLATFORM)/steampipe_postgres_fdw.so $(STEAMPIPE_INSTALL_DIR)/db/14.2.0/postgres/lib/postgresql/; \
17
0 commit comments