From 6f39827fb9f4b3ea2483998f20ac434d2bd721d9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 13 Dec 2024 19:00:20 -0600 Subject: need to run from a unchanged repo --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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" . -- cgit v1.2.3