dnssecsocket/emaild/Makefile

12 lines
87 B
Makefile

# do this
all:
go run alfonso.go
run:
go run server.go
build:
go build
./emaild