diff options
| author | Jeff Carr <[email protected]> | 2025-03-29 13:36:56 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-29 13:36:56 -0500 |
| commit | 3b43eea6a39f3b64459ff6f82b28adafbaf26e8d (patch) | |
| tree | b692822ea343cd85fe70c38d46bc55ed1069ec26 /Makefile | |
| parent | 79e59bef1164b0c6ebeea9f040438d1b9caa1aaf (diff) | |
closer to working on Signal-Desktop proto files
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 |
