mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
remove missing target in Makefile.
This commit is contained in:
parent
e2a80e7083
commit
46dac1b9fc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
.PHONY: vendor docs build release
|
||||
.PHONY: build
|
||||
|
||||
PACKAGES = $(shell go list ./... | grep -v /vendor/)
|
||||
|
||||
|
|
Loading…
Reference in a new issue