diff options
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 |
