Skip to content

Commit 079bb67

Browse files
committed
modify Makefile
1 parent ae626a8 commit 079bb67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/libgo/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ callgo.so: callgo.c Makefile
117117
gcc -fpic -o callgo.o -c callgo.c $(INCLUDEDIRS)
118118
gcc -shared -o callgo.so callgo.o $(LIBDIR) -lpq -lm -lgo
119119

120+
install:
121+
cp callgo.so $(LIBINSTALL)
122+
cp libgo.so $(LIBINSTALL)
123+
120124
```
121125
122126
Let's compile and install.

0 commit comments

Comments
 (0)