Strip trailing whitespace

This commit is contained in:
Daniel Heath 2018-01-18 17:04:44 +11:00
parent 81f6b2d263
commit c802fa06be
1 changed files with 2 additions and 4 deletions

View File

@ -6,12 +6,12 @@ LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}" -a -installsuffix cgo
.PHONY: build
build:
go-bindata static/... templates/...
go-bindata static/... templates/...
go build ${LDFLAGS}
.PHONY: quick
quick:
go-bindata static/... templates/...
go-bindata static/... templates/...
go build
.PHONY: linuxarm
@ -41,5 +41,3 @@ osx:
.PHONY: release
release: osx windows linux64 linux32 linuxarm