mirror of https://github.com/openXC7/prjxray.git
int_loop.mk: fix old variable name
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
38ab9a7d1c
commit
010edc4829
|
|
@ -10,7 +10,7 @@ endif
|
|||
# Iteration number (each containing N specimens)
|
||||
# Driven by int_loop.sh
|
||||
ITER ?= 1
|
||||
MAKETODO_RE ?=
|
||||
MAKETODO_FLAGS ?=
|
||||
TODO_N ?= 10
|
||||
PIP_TYPE?=pips_int
|
||||
PIPLIST_TCL?=$(XRAY_DIR)/fuzzers/piplist.tcl
|
||||
|
|
|
|||
Loading…
Reference in New Issue