This commit is contained in:
Jeff Carr 2024-12-05 17:43:11 -06:00
parent d14f8985e0
commit 9d965ee05a
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@ VERSION = $(shell git describe --tags)
all: plugin
plugin:
GO111MODULE="off" go build -v -x -buildmode=plugin -o ../andlabs.so
GO111MODULE=off go build -v -x -buildmode=plugin -o andlabs.so
install:
rm -f andlabs.so
go build -buildmode=plugin -o ~/go/lib/andlabs-${VERSION}.so
goget: