update picker parameters

This commit is contained in:
Makiras 2024-07-12 07:52:35 +00:00
parent 5335f43ed1
commit 2d02a12610
5 changed files with 15 additions and 15 deletions

View File

@ -15,7 +15,7 @@ endif
_EXAMPLE ?=
# if VERBOSE is set, then _VERBOSE is set to -v
ifneq ($(VERBOSE), false)
_VERBOSE := -v
_VERBOSE := --verbose
endif
_VERBOSE ?=
# if WAVE is set, then _WAVEFORM is set to -w
@ -40,6 +40,6 @@ ftb:
@mkdir -p out
rm -rf ${TARGET}
picker ${TOP_ENTRY} -f ${TOP_FILES} -l ${TL} -c\
-t ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
picker export ${TOP_ENTRY} --fs ${TOP_FILES} --lang ${TL} -c\
--tdir ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}

View File

@ -15,7 +15,7 @@ endif
_EXAMPLE ?=
# if VERBOSE is set, then _VERBOSE is set to -v
ifneq ($(VERBOSE), false)
_VERBOSE := -v
_VERBOSE := --verbose
endif
_VERBOSE ?=
# if WAVE is set, then _WAVEFORM is set to -w
@ -40,6 +40,6 @@ ittage:
@mkdir -p out
rm -rf ${TARGET}
picker ${TOP_ENTRY} -f ${TOP_FILES} -l ${TL} -c\
-t ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
picker export ${TOP_ENTRY} --fs ${TOP_FILES} --lang ${TL} -c\
--tdir ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}

View File

@ -15,7 +15,7 @@ endif
_EXAMPLE ?=
# if VERBOSE is set, then _VERBOSE is set to -v
ifneq ($(VERBOSE), false)
_VERBOSE := -v
_VERBOSE := --verbose
endif
_VERBOSE ?=
# if WAVE is set, then _WAVEFORM is set to -w
@ -40,6 +40,6 @@ ras:
@mkdir -p out
rm -rf ${TARGET}
picker ${TOP_ENTRY} -f ${TOP_FILES} -l ${TL} -c\
-t ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
picker export ${TOP_ENTRY} --fs ${TOP_FILES} --lang ${TL} -c\
--tdir ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}

View File

@ -15,7 +15,7 @@ endif
_EXAMPLE ?=
# if VERBOSE is set, then _VERBOSE is set to -v
ifneq ($(VERBOSE), false)
_VERBOSE := -v
_VERBOSE := --verbose
endif
_VERBOSE ?=
# if WAVE is set, then _WAVEFORM is set to -w
@ -40,6 +40,6 @@ tage_sc:
@mkdir -p out
rm -rf ${TARGET}
picker ${TOP_ENTRY} -f ${TOP_FILES} -l ${TL} -c\
-t ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
picker export ${TOP_ENTRY} --fs ${TOP_FILES} --lang ${TL} -c\
--tdir ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}

View File

@ -15,7 +15,7 @@ endif
_EXAMPLE ?=
# if VERBOSE is set, then _VERBOSE is set to -v
ifneq ($(VERBOSE), false)
_VERBOSE := -v
_VERBOSE := --verbose
endif
_VERBOSE ?=
# if WAVE is set, then _WAVEFORM is set to -w
@ -40,6 +40,6 @@ uftb:
@mkdir -p out
rm -rf ${TARGET}
picker ${TOP_ENTRY} -f ${TOP_FILES} -l ${TL} -c\
-t ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}
picker export ${TOP_ENTRY} --fs ${TOP_FILES} --lang ${TL} -c\
--tdir ${TARGET} ${_WAVEFORM}${_EXAMPLE} ${_VERBOSE}