summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 10:46:32 -0600
committerJeff Carr <[email protected]>2024-12-01 10:46:32 -0600
commit8e9ec30b29ae53e28592e8ac7f48b2f46b8f935b (patch)
tree587c3e588629d3e76a7af9555b460a2d224e61d6 /Makefile
parent455ea31d70b3dfa95ca4f269e42cf6a8dcf5f0d9 (diff)
save GoDeps at the time of publication to pkg.go.dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7bed3b0..5af5f94 100644
--- a/Makefile
+++ b/Makefile
@@ -36,10 +36,10 @@ clean:
# refs.proto
gitTag.pb.go: gitTag.proto
- autogenpb --proto gitTag.proto --no-marshal
+ autogenpb --proto gitTag.proto --mutex
goDep.pb.go: goDep.proto
- autogenpb --proto goDep.proto --no-marshal
+ autogenpb --proto goDep.proto --mutex
repo.pb.go: repo.proto
- autogenpb --proto repo.proto
+ autogenpb --proto repo.proto --mutex