Merge pull request #1744 from appleboy/patch-1

remove missing target in Makefile.
This commit is contained in:
Brad Rydzewski 2016-08-11 10:18:09 -07:00 committed by GitHub
commit a173454378

View file

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