From c802fa06be9fb6d182bea76a0733df3a243634d6 Mon Sep 17 00:00:00 2001 From: Daniel Heath Date: Thu, 18 Jan 2018 17:04:44 +1100 Subject: [PATCH] Strip trailing whitespace --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 722ea00..ba51d5f 100644 --- a/Makefile +++ b/Makefile @@ -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 - -