Add tic80 directory to keep_these_too or lose_these_too.

This commit is contained in:
Fred Fish 1997-02-10 17:36:26 +00:00
parent 394de41870
commit ba35784cc8
1 changed files with 6 additions and 0 deletions

View File

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