summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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