all: clean build

clean:
	rm speak reply

build:
	go build speak.go
	go build reply.go
