diff --git a/Makefile b/Makefile index 0d1ea78..f12ff42 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ bindata.go: client client/* mv clientpack/index.min.htm clientpack/index.htm rm ./clientpack/*.js rm ./clientpack/*.css - go-bindata -nomemcopy -prefix clientpack clientpack + go-bindata -nomemcopy -nometadata -prefix clientpack clientpack $(BINNAME).exe: bindata.go *.go GOARCH=386 GOOS=windows go build $(GOFLAGS) -o $(BINNAME).exe