Files
sentinel/convo/Makefile
T
2022-06-27 12:59:58 -04:00

9 lines
87 B
Makefile

all: clean build
clean:
rm speak reply
build:
go build speak.go
go build reply.go