pilgrim/bin/build_local.sh

7 lines
No EOL
131 B
Bash
Executable file

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