From 39eb2e521002b05963eb7a7ea99172989e61728d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 00:50:07 -0600 Subject: [PATCH] add 'make install' for testing --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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