summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 00:50:07 -0600
committerJeff Carr <[email protected]>2024-12-01 00:50:07 -0600
commit39eb2e521002b05963eb7a7ea99172989e61728d (patch)
tree15cfb946c52fc128f1d6ef38d4d9d9d68364f94d
parentbb3802857b92e760bdc83ca2de63fa727dc7b0db (diff)
add 'make install' for testingv0.22.5v0.22.4
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a08be0c..272b24a 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,9 @@ all: plugin
plugin:
GO111MODULE=off go build -v -work -buildmode=plugin -o ../gocui.so
+install:
+ go build -buildmode=plugin -o ~/go/lib/gocui-${VERSION}.so
+
# for testing custom golang
custom:
# GO111MODULE=off go build -v