dnssecsocket/example-channel-goroutine/Makefile

6 lines
53 B
Makefile

server:
go run server.go
client:
go run client.go