dnssecsocket/emaild/Makefile

14 lines
171 B
Makefile

# do this
all:
go run alfonso.go
# this is the raw socket server. it will
# show all socket connects recieved
raw-socket:
go run server.go
build:
go build
./emaild