summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-04-02 23:26:49 -0500
committerJeff Carr <[email protected]>2025-04-02 23:26:49 -0500
commit8471b3e683a46acdd038a529656d71093963b315 (patch)
tree488c5778d9acd72c8b825b5c0f3855bd3253e009 /Makefile
parentb4df5436ec87711fd548c3106968fbcf0cdd75b4 (diff)
more complete format() functions
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