|
@@ -4,6 +4,7 @@ default: build
|
|
|
build: clear
|
|
build: clear
|
|
|
swift build
|
|
swift build
|
|
|
cp .build/debug/protoc-gen-swiftgrpc .
|
|
cp .build/debug/protoc-gen-swiftgrpc .
|
|
|
|
|
+ cp .build/debug/protoc-gen-swift .
|
|
|
|
|
|
|
|
test: build
|
|
test: build
|
|
|
protoc ../Examples/Echo/echo.proto --proto_path=../Examples/Echo --swiftgrpc_out=.
|
|
protoc ../Examples/Echo/echo.proto --proto_path=../Examples/Echo --swiftgrpc_out=.
|