ソースを参照

cicd: Jiggeled targets

jamesread 3 年 前
コミット
6143b2f8ed
1 ファイル変更2 行追加4 行削除
  1. 2 4
      Makefile

+ 2 - 4
Makefile

@@ -34,12 +34,10 @@ go-tools:
 	go install "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
 	go install "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
 	go install "google.golang.org/protobuf/cmd/protoc-gen-go"
 	go install "google.golang.org/protobuf/cmd/protoc-gen-go"
 
 
-setup: grpc githooks go-tools
-
-grpc:
+grpc: go-tools
 	buf generate
 	buf generate
 
 
-dist: grpc
+dist: protoc 
 
 
 protoc:
 protoc:
 	protoc --go_out=. --go-grpc_out=. --grpc-gateway_out=. -I .:/usr/include/ OliveTin.proto
 	protoc --go_out=. --go-grpc_out=. --grpc-gateway_out=. -I .:/usr/include/ OliveTin.proto