1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-30 10:11:23 +02:00

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/)