summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-29 13:36:56 -0500
committerJeff Carr <[email protected]>2025-03-29 13:36:56 -0500
commit3b43eea6a39f3b64459ff6f82b28adafbaf26e8d (patch)
treeb692822ea343cd85fe70c38d46bc55ed1069ec26 /Makefile
parent79e59bef1164b0c6ebeea9f040438d1b9caa1aaf (diff)
closer to working on Signal-Desktop proto files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 67794f9..0a8a695 100644
--- a/Makefile
+++ b/Makefile
@@ -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