From 0c0c42ecbb97496628f51c9df08794d53a28db73 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 13 Feb 2025 14:27:13 -0600 Subject: works again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c8c2187..b6b7b32 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) -all: goimports vet andlabs.so +all: clean goimports vet andlabs.so andlabs.so: GO111MODULE=off go build -v -buildmode=plugin -o andlabs.so \ -- cgit v1.2.3