From 69613d07a5d6587465ab75df62425ee2bf63d365 Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 28 Oct 2017 13:27:07 +1300 Subject: [PATCH] build: remove timestamps from generated bindata.go file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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