boddle/forraspidothis
2021-01-21 00:42:01 +00:00

9 lines
236 B
Bash
Executable file

#!/bin/bash
export GOPATH=/home/horscchtey/go
env CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++ \
CGO_ENABLED=1 GOOS=linux GOARCH=arm GOARM=7 \
go build bot.go boddle.go logging.go ircfoo.go
mv bot boddle_executable