mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-06 03:09:42 +01:00
5 lines
91 B
Makefile
5 lines
91 B
Makefile
|
|
||
|
Echo.hs: ../echo.proto
|
||
|
stack exec -- compile-proto-file --proto ../echo.proto > Echo.hs
|
||
|
|