6 lines
105 B
Makefile
6 lines
105 B
Makefile
|
client:
|
||
|
go build -o build/client ./examples/client
|
||
|
|
||
|
server:
|
||
|
go build -o build/server ./examples/server
|