summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 18:49:11 -0600
committerJeff Carr <[email protected]>2024-12-17 18:49:11 -0600
commita8d32f0e1624567d93ecb8d6ed0fbc37277303e2 (patch)
tree4d34f147ece94582210704a626a0d940a158ba16 /Makefile
parent5d232293a002cc4b5bcb949a0e329337ab4e90b4 (diff)
more things moved to gitpbv0.22.35
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5979905..eb572ba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,9 @@
-all:
+all: goimports
@GO111MODULE=off go vet
@echo go vet: this go library package builds okay
goimports:
goimports -w *.go
-redomod: clean
- GO111MODULE= go mod init
- GO111MODULE= go mod tidy
-
clean:
rm -f go.*