mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 17:53:21 -04:00 
			
		
		
		
	Makefile: add go get to install external plugins (#4846)
				
					
				
			Fixes #4845 Signed-off-by: Olivier Lemasle <o.lemasle@gmail.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -20,10 +20,12 @@ check: core/plugin/zplugin.go core/dnsserver/zdirectives.go | |||||||
|  |  | ||||||
| core/plugin/zplugin.go core/dnsserver/zdirectives.go: plugin.cfg | core/plugin/zplugin.go core/dnsserver/zdirectives.go: plugin.cfg | ||||||
| 	go generate coredns.go | 	go generate coredns.go | ||||||
|  | 	go get | ||||||
|  |  | ||||||
| .PHONY: gen | .PHONY: gen | ||||||
| gen: | gen: | ||||||
| 	go generate coredns.go | 	go generate coredns.go | ||||||
|  | 	go get | ||||||
|  |  | ||||||
| .PHONY: pb | .PHONY: pb | ||||||
| pb: | pb: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user