summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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