summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-22 11:27:03 -0500
committerJeff Carr <[email protected]>2025-10-22 11:27:03 -0500
commit0c62ded7e96902a88f293cbabb9ba5292025549a (patch)
tree4a3603cdd3dd80fe3bd2219829a46aaff5729a46 /Makefile
parent6f89cb8430af190d29f897f11841d858d6535e98 (diff)
oops. haven't been testing building thesev0.22.47
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 15b11eb..80872c8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-all: toolkitConfig.pb.go goimports vet
+all: autogenpb goimports vet
@echo This GO code passes the compile checks
-toolkitConfig.pb.go: toolkitConfig.proto
- make generate
+autogenpb:
+ autogenpb --proto toolkitConfig.proto
generate: clean
go mod init