* make pb

* Makefile for pb

Move the Makefile into the pb directory to remove some clutter from the
main Makefile.
This commit is contained in:
Miek Gieben
2018-05-05 18:01:17 +02:00
committed by John Belamaric
parent bf479f9ac2
commit 41f1a1434a
2 changed files with 15 additions and 0 deletions

View File

@@ -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