From fc4c7ab29ca568f2462a9f732f1389c1f48b36bf Mon Sep 17 00:00:00 2001 From: nosamad Date: Wed, 3 Apr 2019 00:50:19 +0200 Subject: [PATCH] sets the default build target to amd64-ubuntu-builder if MARCH is unset --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5ec772..1b99e62 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ DOCKER_BUILDKIT ?= VERBOSE ?= BUILDVERBOSE ?= -BUILDTARGET ?= +$(MARCH)BUILDTARGET ?= amd64-ubuntu-builder BUILDTYPE ?= Debug MARCH ?= $(call march,$(BUILDTARGET))