aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-05-05 18:01:17 +0200
committerGravatar John Belamaric <jbelamaric@infoblox.com> 2018-05-05 12:01:17 -0400
commit41f1a1434ace180f955317d1d8965a8644c6aa31 (patch)
tree5d1927d7419ccdd686810173aabd15db8a29a721 /Makefile
parentbf479f9ac2d72c205580e318270211aadafc7d11 (diff)
downloadcoredns-41f1a1434ace180f955317d1d8965a8644c6aa31.tar.gz
coredns-41f1a1434ace180f955317d1d8965a8644c6aa31.tar.zst
coredns-41f1a1434ace180f955317d1d8965a8644c6aa31.zip
Pr 1770 (#1771)
* make pb * Makefile for pb Move the Makefile into the pb directory to remove some clutter from the main Makefile.
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