remove unused variable.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-06-13 10:42:43 +08:00
parent e7c1475019
commit e3f8db2191
No known key found for this signature in database
GPG Key ID: 0F84B2110C500B1F

View File

@ -1,8 +1,6 @@
GOFMT ?= gofmt "-s"
PACKAGES ?= $(shell go list ./... | grep -v /vendor/)
GOFILES := $(shell find . -name "*.go" -type f -not -path "./vendor/*")
SOURCES ?= $(shell find . -name "*.go" -type f)
TMPDIR := $(shell mktemp -d 2>/dev/null || mktemp -d -t 'tempdir')
all: build