diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
