Added cemain entry in Resolve script
This commit is contained in:
parent
eb6c2af313
commit
dfc5d7318c
|
@ -15,6 +15,9 @@ main) target=$currdir/$1
|
||||||
omain) target=$currdir/$1
|
omain) target=$currdir/$1
|
||||||
options=-DPEEPHOLE
|
options=-DPEEPHOLE
|
||||||
;;
|
;;
|
||||||
|
cemain) target=$currdir/$1
|
||||||
|
options=-DCODE_EXPANDER
|
||||||
|
;;
|
||||||
Xlint) target=$1
|
Xlint) target=$1
|
||||||
;;
|
;;
|
||||||
*) echo "$0: $1: Illegal argument" 1>&2
|
*) echo "$0: $1: Illegal argument" 1>&2
|
||||||
|
|
Loading…
Reference in a new issue