diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 22:24:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 22:24:24 -0600 |
| commit | 13a292dd42396f88c6e16d314cc8bb86828cb3b5 (patch) | |
| tree | 13e76018b77d5d2b053ca9b3738180cbdc311308 /Makefile | |
| parent | e4b150d6aae34ec3f4688c09711d0bfe2bcf4b41 (diff) | |
autogenpb now fully automatic
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -10,7 +10,6 @@ all: package.pb.go machine.pb.go vet vet: @GO111MODULE=off go vet @echo this go library package builds okay - GO111MODULE=off go vet # autofixes your import headers in your golang files goimports: @@ -26,7 +25,7 @@ clean: -rm -f go.* package.pb.go: package.proto - autogenpb --proto package.proto --mutex + autogenpb --proto package.proto machine.pb.go: machine.proto - autogenpb --proto machine.proto --mutex + autogenpb --proto machine.proto |
