summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-18 15:09:04 -0600
committerJeff Carr <[email protected]>2024-02-18 15:09:04 -0600
commit08c7765cc70bae20479ad0aa1897b6a4cfc3613a (patch)
treedacc65539b521cd3fc285579712bd2ef7bd8a486 /Makefile
parentbbc78159fe11c78ae33cc8026887f62888003630 (diff)
guireleaser builds again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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