remove missing target in Makefile.

This commit is contained in:
Bo-Yi Wu
2016-08-07 00:02:19 +08:00
committed by GitHub
parent e2a80e7083
commit 46dac1b9fc

View File

@@ -1,4 +1,4 @@
.PHONY: vendor docs build release
.PHONY: build
PACKAGES = $(shell go list ./... | grep -v /vendor/)