Files
ekho/dev/seq/Makefile
T

8 lines
93 B
Makefile
Raw Normal View History

all: client server
client:
go build -o ekho client.go
server:
go build -o motd server.go