miller/go/build-go
2021-02-14 01:13:24 -05:00

10 lines
198 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
# Override GOCC codegen with customized error handling
cp src/parsing/errors.go.template src/parsing/errors/errors.go
go build mlr.go
cp mlr mlrgo
echo "Compile OK"