diff options
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile index 4f8171d..52ee5c6 100644 --- a/example/Makefile +++ b/example/Makefile @@ -108,4 +108,6 @@ proto-reformat-restore: proto-reformat-comments: ../autogenpb --proto signal.proto --format-comments - # autogenpb --proto SignalService.proto --format + +proto-reformat-full: + autogenpb --proto signal.proto --format |
