6 lines
103 B
Makefile
6 lines
103 B
Makefile
|
ping-pong: pp-server pp-client
|
||
|
@
|
||
|
|
||
|
pp-client pp-server:
|
||
|
go build -o ./bin/$@ ./examples/ping-pong/$@/
|