Commit f2a64846 authored by Cyb3r Jak3's avatar Cyb3r Jak3 Committed by GitHub

Made it so Makefile will use existing CGO_ENABLED variable (#4975)

parent 06e3b2e8
...@@ -6,7 +6,7 @@ CHECKS:=check ...@@ -6,7 +6,7 @@ CHECKS:=check
BUILDOPTS:=-v BUILDOPTS:=-v
GOPATH?=$(HOME)/go GOPATH?=$(HOME)/go
MAKEPWD:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) MAKEPWD:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
CGO_ENABLED:=0 CGO_ENABLED?=0
.PHONY: all .PHONY: all
all: coredns all: coredns
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment