This repository has been archived on 2024-12-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
helperbot/Makefile
T
2023-12-01 10:57:15 -06:00

15 lines
209 B
Makefile

helperbot:
go build -o build/helperbot *.go
package:
go build -o build/helperbot *.go
cp helperbot.service build/
cd build && tar -zcvf helperbot.tgz *
run:
cd build && ./helperbot
clean:
./clean.sh