From 9d965ee05af4e2bc6a197eba29c8fe9fad75b5d0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 5 Dec 2024 17:43:11 -0600 Subject: [PATCH] minor --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02c1f06..2d44646 100644 --- a/Makefile +++ b/Makefile @@ -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: