summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-07 21:17:33 -0600
committerJeff Carr <[email protected]>2025-01-07 21:17:33 -0600
commit81d34e86a1a7eb3e10371e86949b7edf609389ac (patch)
tree3aa39308f98235510015738dd31acca72fa87465 /Makefile
parentfcbc000fcfc47c28cc2866612f7191856f65d4a2 (diff)
tracking down bugs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index edbfb38..aee2149 100644
--- a/Makefile
+++ b/Makefile
@@ -22,10 +22,15 @@ build:
GO111MODULE=off go build \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
+clean:
+ rm -f go.*
+ -rm resources/*.so
+ touch resources/blank.so
+
install: goimports
touch resources/blank.so
-rm resources/*.so
- -cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/
+ # -cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/
touch resources/blank.so
GO111MODULE=off go install \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"