5 lines
102 B
Makefile
5 lines
102 B
Makefile
client:
|
|
go build -o bin/client cmd/client/main.go
|
|
|
|
server:
|
|
go build -o bin/server cmd/server/main.go
|