summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 22:23:38 -0600
committerJeff Carr <[email protected]>2024-12-01 22:23:38 -0600
commit45fc9ea257d3f6bd3987858cc472c3e17f50c046 (patch)
tree9ea0823baf600c085ead565b04ff3866726da117 /Makefile
parent2ebdd32040635ac84d173ebb315dc65b35af2b57 (diff)
autogenpb now completely automatic
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 06dd2ce..ac11b12 100644
--- a/Makefile
+++ b/Makefile
@@ -31,10 +31,10 @@ clean:
# refs.proto
gitTag.pb.go: gitTag.proto
- autogenpb --proto gitTag.proto --mutex
+ autogenpb --proto gitTag.proto
goDep.pb.go: goDep.proto
- autogenpb --proto goDep.proto --mutex
+ autogenpb --proto goDep.proto
repo.pb.go: repo.proto
- autogenpb --proto repo.proto --mutex
+ autogenpb --proto repo.proto