diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ -all: repo.pb.go goimports vet +all: proto vet + +proto: autogenpb --proto stat.proto autogenpb --proto gitTag.proto autogenpb --proto goDep.proto |
![]() |
index : go.wit.com/lib/protobuf/gitpb.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 4 |
@@ -1,4 +1,6 @@ -all: repo.pb.go goimports vet +all: proto vet + +proto: autogenpb --proto stat.proto autogenpb --proto gitTag.proto autogenpb --proto goDep.proto |