Commit 033c3415 authored by Olivier Lemasle's avatar Olivier Lemasle Committed by GitHub

Makefile: add `go get` to install external plugins (#4846)

Fixes #4845
Signed-off-by: default avatarOlivier Lemasle <o.lemasle@gmail.com>
parent 27d90d38
......@@ -20,10 +20,12 @@ check: core/plugin/zplugin.go core/dnsserver/zdirectives.go
core/plugin/zplugin.go core/dnsserver/zdirectives.go: plugin.cfg
go generate coredns.go
go get
.PHONY: gen
gen:
go generate coredns.go
go get
.PHONY: pb
pb:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment