From 697696d3dfed934d36b21caa2f87afdfa1da5679 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 18 Feb 2024 07:24:56 -0600 Subject: fixing the release process --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 14f2253..ca9ebfa 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ build: echo "build it!" -rm resources/*.so cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ - go build -v -x + GO111MODULE=off go build -v -x install: rm -f ~/go/src/go.wit.com/toolkits/*.so -- cgit v1.2.3