mirror of https://github.com/openXC7/prjxray.git
Update int segbits
Signed-off-by: Clifford Wolf <clifford@clifford.at> Signed-off-by: Tim 'mithro' Ansell <mithro@mithis.com>
This commit is contained in:
parent
67d461a1ed
commit
df1d33cd9f
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
N := 15
|
N := 200
|
||||||
SPECIMENS := $(addprefix specimen_,$(shell seq -f '%03.0f' $(N)))
|
SPECIMENS := $(addprefix specimen_,$(shell seq -f '%03.0f' $(N)))
|
||||||
SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS))
|
SPECIMENS_OK := $(addsuffix /OK,$(SPECIMENS))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue