diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -17,6 +17,7 @@ help: build test: reset make goimports vet build + git checkout example/fruit.proto make -C example testGlobal make -C example testProtoc make -C example all @@ -92,12 +93,19 @@ clean-more: ls -l autogenpb autogenpb.last -rm -f autogenpb.2* -reformat-signal.proto-comments: +reformat-signal.proto-reset: + git checkout example/*.proto + +reformat-signal.proto-comments: goimports vet build 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 +reformat-signal.proto-full: goimports vet build + git checkout example/*.proto make -C example proto-reformat-restore make -C example proto-reformat-full + +reformat-signal.proto-fruit: goimports vet build + git checkout example/*.proto + make -C example proto-reformat-fruit |
