Files
sentinel/convo/Makefile
T

9 lines
87 B
Makefile
Raw Normal View History

2022-06-27 12:59:58 -04:00
all: clean build
clean:
rm speak reply
build:
go build speak.go
go build reply.go