feat: rebrand to yatm

This commit is contained in:
Samuel N Cui
2023-09-26 16:53:05 +08:00
parent 508d4bf137
commit 8eee1e9e4e
7 changed files with 10 additions and 6 deletions

View File

@@ -4,5 +4,5 @@ set -ex;
CURDIR=$(cd $(dirname $0); pwd);
cd ${CURDIR};
go build -o ./output/httpd ./cmd/tape-httpd;
go build -o ./output/lto-info ./cmd/lto-info;
go build -o ./output/yatm-httpd ./cmd/httpd;
go build -o ./output/yatm-lto-info ./cmd/lto-info;