diff --git a/Makefile b/Makefile index 514c153..dbbbefc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .PHONY: clean 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/ GOOS=linux go build -o mtfosbot -ldflags "-s -w" .