summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-27 17:55:56 -0500
committerJeff Carr <[email protected]>2025-03-27 17:55:56 -0500
commit40fbd387126d6d5be4db0a8bd9d644e3b0b518e9 (patch)
tree7e9ce2983ed7bdca41a56f4225d4e5b50b4f89f7 /Makefile
parentbdc2e4fadf75f08f6d44fa984ea4d3d78f9dede2 (diff)
clean comment reparser
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