diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ -all: auto.pb.go goimports vet +all: proto vet @echo This GO code passes the compile checks -auto.pb.go: auto.proto - make generate +proto: + autogenpb --proto auto.proto generate: clean go mod init |
