dnssecsocket/example-gorilla/Makefile

6 lines
53 B
Makefile

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