diff options
| author | Jeff Carr <[email protected]> | 2025-01-10 11:22:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-10 11:22:08 -0600 |
| commit | d36344e463e80d89d0cc8b028b6243823d184b35 (patch) | |
| tree | ea8c4c78907420631476fd5061500d896cded87b /example/Makefile | |
| parent | e07c6a35fd5d2ca1b3a6c09d9781d21f676f52f2 (diff) | |
make seperate find and sort files
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile index 1f3d285..e2673c3 100644 --- a/example/Makefile +++ b/example/Makefile @@ -16,13 +16,18 @@ vet: build: GO111MODULE=off go build -v +simple: + ../autogenpb --proto fruit.proto --package main + withMutex: ../autogenpb --proto fruit.proto --package main ../autogenpb --proto file.proto --package main + ../autogenpb --proto patchset.proto --package main withoutMutex: ../autogenpb --proto fruit.proto --package main --mutex=false ../autogenpb --proto file.proto --package main --mutex=false + ../autogenpb --proto patchset.proto --package main --mutex=false goimports: goimports -w *.go |
