From 45fc9ea257d3f6bd3987858cc472c3e17f50c046 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 22:23:38 -0600 Subject: autogenpb now completely automatic --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3