Skip to content

Commit

Permalink
Makefile: go-bindata set modtime to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos authored and stevededalus committed Apr 25, 2017
1 parent 3081725 commit ac87e5e
Show file tree
Hide file tree
Showing 2 changed files with 1,094 additions and 84 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -78,7 +78,7 @@ lint: check-licence eclint-check
.PHONY: generate
generate:
@go get -u github.com/jteeuwen/go-bindata/...
@go-bindata -pkg templates -prefix codegen/templates -o codegen/template_bundle/template_files.go codegen/templates/...
@go-bindata -pkg templates -nocompress -modtime 1 -prefix codegen/templates -o codegen/template_bundle/template_files.go codegen/templates/...
@gofmt -w -e -s "codegen/template_bundle/template_files.go"
@goimports -h 2>/dev/null || go get golang.org/x/tools/cmd/goimports
@bash ./scripts/generate.sh
Expand Down

0 comments on commit ac87e5e

Please sign in to comment.