aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 998b88d60..3b9452887 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,10 @@ core/zplugin.go core/dnsserver/zdirectives.go: plugin.cfg
gen:
go generate coredns.go
+.PHONY: pb
+pb:
+ $(MAKE) -C pb
+
.PHONY: linter
linter:
go get -u github.com/alecthomas/gometalinter