1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

sets the default build target to amd64-ubuntu-builder if MARCH is unset

This commit is contained in:
nosamad 2019-04-03 00:50:19 +02:00
parent 42513585a7
commit fc4c7ab29c

View File

@ -14,7 +14,7 @@ DOCKER_BUILDKIT ?=
VERBOSE ?=
BUILDVERBOSE ?=
BUILDTARGET ?=
$(MARCH)BUILDTARGET ?= amd64-ubuntu-builder
BUILDTYPE ?= Debug
MARCH ?= $(call march,$(BUILDTARGET))