helperbot:
	go build -o build/helperbot *.go

plugins:
	./buildplugins.sh

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

run:
	cd build && ./helperbot

clean:
	./clean.sh