From f5bf35e94aabeb86264a8001930d3a88d20325a4 Mon Sep 17 00:00:00 2001 From: Richard Mortier Date: Fri, 10 May 2019 15:56:26 +0100 Subject: make: allow `TAGS` to come in from environment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a2627d..ac61885 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ VOLS = bin etc lib sbin usr var # | jq -r '.[].name' \ # ) ## let's just manually specify some tags for now -TAGS = 2.6 2.7 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 edge +TAGS ?= 2.6 2.7 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 edge .PHONY: all all: images dabuild -- cgit v1.2.3