Makefile.release: move to coredns/coredns

This commit is contained in:
Miek Gieben
2017-02-21 20:02:43 +00:00
parent 81818e4866
commit d0303195c3

View File

@@ -28,7 +28,7 @@
NAME:=coredns NAME:=coredns
VERSION:=$(shell grep 'coreVersion' coremain/version.go | awk '{ print $$3 }' | tr -d '"') VERSION:=$(shell grep 'coreVersion' coremain/version.go | awk '{ print $$3 }' | tr -d '"')
ARCH:=$(shell uname -m) ARCH:=$(shell uname -m)
GITHUB:=miekg GITHUB:=coredns
all: commit push build tar release all: commit push build tar release