Skip to content

Commit 3c430ab

Browse files
committed
fix makefile
1 parent e4a74ed commit 3c430ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Makefile
2+
default: build
23

34
STEAMPIPE_INSTALL_DIR ?= ~/.steampipe
45

@@ -10,7 +11,7 @@ install: build
1011
cp ./build-$(PLATFORM)/steampipe_postgres_fdw--1.0.sql $(STEAMPIPE_INSTALL_DIR)/db/14.2.0/postgres/share/postgresql/extension/; \
1112
cp ./build-$(PLATFORM)/steampipe_postgres_fdw.control $(STEAMPIPE_INSTALL_DIR)/db/14.2.0/postgres/share/postgresql/extension/; \
1213
fi
13-
14+
1415
if test -f ./build-$(PLATFORM)/steampipe_postgres_fdw.so; then \
1516
cp ./build-$(PLATFORM)/steampipe_postgres_fdw.so $(STEAMPIPE_INSTALL_DIR)/db/14.2.0/postgres/lib/postgresql/; \
1617
fi

0 commit comments

Comments
 (0)