summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 18:45:51 -0500
committerJeff Carr <[email protected]>2025-10-07 18:45:51 -0500
commite689e0c08ed981fe92ab28c1ca8adbd0f3440cae (patch)
tree2694e2b883dc8f0bc08180c73d36b5da37b1050c /Makefile
parente07eae84fd550cd52a46f92912cf1b1b755ab75f (diff)
add "make generate"v0.1.23
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c85cc0d..8c0ebae 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,10 @@ BUILDTIME = $(shell date +%s)
all: install
+# This will re-generate ALL of the needed autogenerated .pb.go files
+generate:
+ go generate
+
build-all-oses: go-build build-darwin build-windows
go-build: goimports