pilgrim/bin/build_local.sh

7 lines
131 B
Bash
Raw Normal View History

pushd $(dirname "$0")/.. # run from root dir
set -e
go build -o target/pilgrim main.go
popd # switch back to dir we started from