process keep-sky, for txvu subdir

This commit is contained in:
Doug Evans 1998-01-05 14:11:47 +00:00
parent d97f99af2f
commit 947ef4012a
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@ else
lose_these_too="tic80 ${lose_these_too}"
fi
if ( echo $* | grep keep\-sky > /dev/null ) ; then
keep_these_too="txvu ${keep_these_too}"
else
lose_these_too="txvu ${lose_these_too}"
fi
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
keep_these_too="d30v ${keep_these_too}"
else