diff options
| author | Jeff Carr <[email protected]> | 2025-10-20 05:50:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-20 05:50:38 -0500 |
| commit | 8a24584262a90956e012cee7b03c8c2b9f4b794c (patch) | |
| tree | 8b7d0afd04e717d7c07da5eb2894debd74ec2307 /Makefile | |
| parent | b6e93c08d601a7a6c27a0fdcdf98f6cb7dc9ccd8 (diff) | |
reworking this to make it more sane. hopefully.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -all: config.pb.go goimports vet +all: autogenpb goimports vet @echo This GO code passes the compile checks # fixes your numbers if you move things around @@ -9,8 +9,8 @@ proto-renumber: clean autogenpb --renumber --proto config.proto make goimports vet -config.pb.go: config.proto - make generate +autogenpb: + autogenpb --proto config.proto generate: clean go mod init |
