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