summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-03-02 20:47:10 -0600
committerJeff Carr <[email protected]>2024-03-02 20:47:10 -0600
commit1a90d070bb298d3109d42e92acfdeea82cf3eef0 (patch)
treea7059b8fd3d14741d43595204015a0abf6014ba4 /Makefile
parentd60a565d889461fb04063d831cd63334156cd091 (diff)
keep trying to increment versions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5c74f72..82815d9 100644
--- a/Makefile
+++ b/Makefile
@@ -14,13 +14,10 @@ goimports:
build:
echo "build it!"
- -rm resources/*.so
- cp -a ~/go/src/go.wit.com/toolkits/*.so resources/
GO111MODULE=off go build -v -x -ldflags " \
-X main.VERSION=${VERSION}"
install:
- rm -f ~/go/src/go.wit.com/toolkits/*.so
go install -v -x
guireleaser