summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-07 03:10:21 -0600
committerJeff Carr <[email protected]>2024-11-07 03:10:21 -0600
commit9d1b3c03590af139de4a2b63d06f24fd74bcb283 (patch)
tree987a06a5ae26749c00b54be5b3649a0e64ad4448 /Makefile
parent5e635873adb191988ebb7ac2d115efd602c31313 (diff)
keep hammering
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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