Files
yatm/build_backend.sh
2023-09-26 16:53:05 +08:00

9 lines
174 B
Bash
Executable File

#!/usr/bin/env bash
set -ex;
CURDIR=$(cd $(dirname $0); pwd);
cd ${CURDIR};
go build -o ./output/yatm-httpd ./cmd/httpd;
go build -o ./output/yatm-lto-info ./cmd/lto-info;