mtfosbot/Makefile
jay 8a4b11f92a update
1. add makefile
2. modify dockerfile
3. add config twitch.bot_user
2018-09-20 20:35:04 +08:00

9 lines
172 B
Makefile

.PHONY: clean build
build:
go-bindata -pkg schema -ignore .git -o module/schema/static.go schema/
GOOS=linux go build -o mtfosbot .
clean:
rm -rf mtfosbot && go clean