diff options
| author | Jeff Carr <[email protected]> | 2025-10-22 11:27:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-22 11:27:03 -0500 |
| commit | 0c62ded7e96902a88f293cbabb9ba5292025549a (patch) | |
| tree | 4a3603cdd3dd80fe3bd2219829a46aaff5729a46 /Makefile | |
| parent | 6f89cb8430af190d29f897f11841d858d6535e98 (diff) | |
oops. haven't been testing building thesev0.22.47
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
