Moonshark/build.sh

5 lines
85 B
Bash
Executable File

#!/bin/bash
mkdir -p build
go build -trimpath -ldflags="-s -w" -o build/moonshark .