summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-18 07:24:56 -0600
committerJeff Carr <[email protected]>2024-02-18 07:24:56 -0600
commit697696d3dfed934d36b21caa2f87afdfa1da5679 (patch)
treedc321f02b16e0cd3baa4990bbd337d45319bb3a9 /Makefile
parent754371fdbf52d61dcd57d1b32b453b676cee01cf (diff)
fixing the release process
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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