This commit is contained in:
parent
4758bdb437
commit
01c9402eac
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
|||||||
.PHONY: clean build
|
.PHONY: clean build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
GO111MODULE=off go get -u github.com/otakukaze/go-bindata/...
|
GO111MODULE=off go get -u github.com/go-bindata/go-bindata/...
|
||||||
go-bindata -pkg schema -ignore .git -o module/schema/static.go schema/
|
go-bindata -pkg schema -ignore .git -o module/schema/static.go schema/
|
||||||
GOOS=linux go build -o mtfosbot -ldflags "-s -w" .
|
GOOS=linux go build -o mtfosbot -ldflags "-s -w" .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user