Append (instead of over-writing) EXTRA_FLAGS

This commit is contained in:
Jim Lawson 2019-02-15 11:56:51 -08:00
parent fc1c9aa11f
commit 34153adef4
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ do
done
shift "$((OPTIND-1))"
exec ${MAKE:-make} -f ../tools/autotest.mk $seed EXTRA_FLAGS="-e" *.v
exec ${MAKE:-make} -f ../tools/autotest.mk $seed EXTRA_FLAGS+="-e" *.v