summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2efd87..9093572 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,12 @@ clean-more:
ls -l autogenpb autogenpb.last
-rm -f autogenpb.2*
-reformat-signal.proto:
+reformat-signal.proto-comments:
+ git checkout example/fruit.proto
make -C example proto-reformat-restore
make -C example proto-reformat-comments
+
+reformat-signal.proto-full:
+ git checkout example/fruit.proto
+ make -C example proto-reformat-restore
+ make -C example proto-reformat-full