diff options
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 |
