adaptions for generation of compiler with embedded code-generator

This commit is contained in:
ceriel
1988-06-10 09:17:45 +00:00
parent 3d044db749
commit f2b485740b
2 changed files with 16 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ omain)
target=$PW/$1
options=-DPEEPHOLE
;;
cemain)
target=$PW/$1
options=-DCODE_EXPANDER
;;
Xlint)
target=$1
;;