From 08c7765cc70bae20479ad0aa1897b6a4cfc3613a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 18 Feb 2024 15:09:04 -0600 Subject: guireleaser builds again --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2477619..11a52f9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: +all: build ./guireleaser stderr: build @@ -14,7 +14,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