summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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