summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-19 02:37:04 -0600
committerJeff Carr <[email protected]>2025-01-19 02:37:04 -0600
commit6b2a61ff0e95115a35031047efc0a540b72bcd9c (patch)
tree1b5dbe627a29e600cf7578df72015123473c0442 /Makefile
parentd84d7d468778ce3e1182fd82d68a27b1e613e305 (diff)
builds and runs ok
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3b5cf21..2fcfecb 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ install: goimports vet
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
goimports:
+ reset
goimports -w *.go
@# // to globally reset paths:
@# // gofmt -w -r '"go.wit.com/gui/gadgets" -> "go.wit.com/lib/gadgets"' *.go