diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ -all: proto vet +all: goimports proto vet @echo This GO code passes the compile checks proto: - autogenpb --proto auto.proto + autogenpb --proto argv.proto generate: clean go mod init @@ -28,5 +28,5 @@ clean: # To work around that breaking, you must change the version # also, all the wrapping code must support this. which it doesn't proto-renumber: clean - autogenpb --renumber --proto auto.proto + autogenpb --renumber --proto argv.proto make goimports vet |
