diff --git a/Makefile b/Makefile index ea71f48e..e4eb3865 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,12 @@ docs: man_pages reference .PHONY: vendor vendor: - go mod tidy -v go mod vendor +.PHONY: tidy +tidy: + go mod tidy + config = etc/wwapic.conf \ etc/wwapid.conf \ etc/wwapird.conf \