diff options
| author | Jeff Carr <[email protected]> | 2025-03-27 15:08:52 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-27 15:08:52 -0500 |
| commit | fb881df443918a6c5d271af691759adb7c0afa9e (patch) | |
| tree | cee4a623f1e7fb0ae806007f0dff05098bb3ba53 /example/Makefile | |
| parent | 4b7f42004512c83869370c20cc22398b1a4a2ab2 (diff) | |
add reformatting tests
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile index 7cdad4a..4c98ac9 100644 --- a/example/Makefile +++ b/example/Makefile @@ -102,3 +102,9 @@ protoc-tlog-buildtest-old: protoc-tlog-buildtest-auto: autogenpb --proto config.proto + +proto-reformat-restore: + cp -f Signal-Desktop-Backups.proto.orig signal.proto + +proto-reformat-comments: + ../autogenpb --proto signal.proto --format-comments |
