1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-05 10:20:36 +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/) PACKAGES = $(shell go list ./... | grep -v /vendor/)