From 033c341517866c1503f2a4c4596abf514610008d Mon Sep 17 00:00:00 2001 From: Olivier Lemasle Date: Tue, 14 Sep 2021 19:35:33 +0200 Subject: [PATCH] Makefile: add `go get` to install external plugins (#4846) Fixes #4845 Signed-off-by: Olivier Lemasle --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b57e6312c..877ae16c6 100644 --- a/Makefile +++ b/Makefile @@ -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: