aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 7e5710fa92a0fc2d16540e1cee4a473773f93703 (plain) (blame)
1
2
3
4
5
6
7
all:
	go build

.PHONY: docker
docker:
	GOOS=linux go build -a -tags netgo -installsuffix netgo
	docker build -t $$USER/coredns .