diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -110,6 +110,11 @@ reformat-signal.proto-full: goimports vet build make -C example proto-reformat-restore make -C example proto-reformat-full +reformat-signal.proto-full-debug: goimports vet build + git checkout example/*.proto + make -C example proto-reformat-restore + make -C example proto-reformat-full-debug + reformat-signal.proto-fruit: goimports vet build git checkout example/*.proto make -C example proto-reformat-fruit |
