boddle/forraspidothis
Horscchtey 503957970d add foo.
TODO: better commit messages :)
2021-01-28 22:18:52 +00:00

9 lines
244 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 pepe.go
mv bot boddle_executable