summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0a8a695..d7b93d1 100644
--- a/Makefile
+++ b/Makefile
@@ -118,3 +118,7 @@ reformat-signal.proto-full-debug: goimports vet build
reformat-signal.proto-fruit: goimports vet build
git checkout example/*.proto
make -C example proto-reformat-fruit
+
+reformat-signal.proto-fruit-debug: goimports vet build
+ git checkout example/*.proto
+ make -C example proto-reformat-fruit-debug