summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 11:32:27 -0600
committerJeff Carr <[email protected]>2024-11-29 11:32:27 -0600
commit07e556e3799f815958c7c097686d6ba7176bbe33 (patch)
tree177657acc18eb928ccc646d09b6a237d85d764f4 /Makefile
parentba981d6bb2f31fae2c983e81da0c654f2b4f1593 (diff)
maybe this will be useful. don't know
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7939343..c6d6a61 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ run: clean build
make -C testSort/
test:
- ./autogenpb --proto test.proto
+ ./autogenpb --dry-run --proto test.proto --lobase gitTag --upbase GitTag --sort "ByPath,Refname"
vet:
@GO111MODULE=off go vet