diff options
| author | Jeff Carr <[email protected]> | 2025-03-27 17:55:56 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-27 17:55:56 -0500 |
| commit | 40fbd387126d6d5be4db0a8bd9d644e3b0b518e9 (patch) | |
| tree | 7e9ce2983ed7bdca41a56f4225d4e5b50b4f89f7 /Makefile | |
| parent | bdc2e4fadf75f08f6d44fa984ea4d3d78f9dede2 (diff) | |
clean comment reparser
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
