summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-13 19:00:20 -0600
committerJeff Carr <[email protected]>2024-12-13 19:00:20 -0600
commit6f39827fb9f4b3ea2483998f20ac434d2bd721d9 (patch)
tree712d3551b6d0e53418ce789b9cc75e9dc5126307 /Makefile
parentffade519ffd0c3d84d0102b3519d7a775a0d4bfc (diff)
need to run from a unchanged repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d9b9bf..78c1723 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
-all: goimports build
+all: install
goimports:
+ reset
goimports -w *.go
# // to globally reset paths:
# // gofmt -w -r "go.wit.com/gui -> go.wit.com/gui/gui" .