mirror of https://github.com/openXC7/prjxray.git
clb.mk: lazy set defaults
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
8f172bccf2
commit
aef3fc2140
|
|
@ -1,4 +1,6 @@
|
||||||
N := 1
|
N ?= 1
|
||||||
|
DBFIXUP ?=
|
||||||
|
|
||||||
SPECIMENS := $(addprefix build/specimen_,$(shell seq -f '%03.0f' $(N)))
|
SPECIMENS := $(addprefix build/specimen_,$(shell seq -f '%03.0f' $(N)))
|
||||||
SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS))
|
SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue