This commit is contained in:
2022-06-27 12:59:58 -04:00
parent 580b3d68ae
commit e180cd8ea8
31 changed files with 2045 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
all: clean build
clean:
rm speak reply
build:
go build speak.go
go build reply.go