build: remove timestamps from generated bindata.go file
This commit is contained in:
parent
19b2221ea1
commit
69613d07a5
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user