clb.mk: lazy set defaults

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-11-07 14:41:01 -08:00
parent 8f172bccf2
commit aef3fc2140
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
N := 1
N ?= 1
DBFIXUP ?=
SPECIMENS := $(addprefix build/specimen_,$(shell seq -f '%03.0f' $(N)))
SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS))