From 9d1b3c03590af139de4a2b63d06f24fd74bcb283 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Nov 2024 03:10:21 -0600 Subject: keep hammering --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6ffa75c..ba8afbc 100644 --- a/Makefile +++ b/Makefile @@ -33,10 +33,14 @@ vet: 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 resources/*.so + cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ GO111MODULE=off go install -v -x -ldflags " \ -X main.VERSION=${VERSION}" # go install -v -x -- cgit v1.2.3