helperbot/Makefile

19 lines
325 B
Makefile
Raw Normal View History

helperbot:
go build -o build/helperbot cmd/helperbot/*.go
plugins:
./buildplugins.sh
package:
go build -o build/helperbot cmd/helperbot/*.go
./buildplugins.sh
cp cmd/helperbot/helperbot.service build/
cd build && tar -zcvf helperbot.tgz *
aoc-util:
go build -o build/aoc-util cmd/aoc-util/*.go
2021-12-02 17:18:15 +00:00
clean:
2021-12-02 17:28:47 +00:00
./clean.sh