Added cemain entry in Resolve script

This commit is contained in:
ceriel 1989-04-26 11:32:46 +00:00
parent eb6c2af313
commit dfc5d7318c

View file

@ -15,6 +15,9 @@ main) target=$currdir/$1
omain) target=$currdir/$1
options=-DPEEPHOLE
;;
cemain) target=$currdir/$1
options=-DCODE_EXPANDER
;;
Xlint) target=$1
;;
*) echo "$0: $1: Illegal argument" 1>&2