Mercurial > hg > Members > kono > compiler-examples
changeset 9:bd295bb268a4
*** empty log message ***
author | kono |
---|---|
date | Fri, 09 Nov 2007 15:36:02 +0900 |
parents | 2735d0b637b6 |
children | 745c62bbc200 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Nov 09 15:33:30 2007 +0900 +++ b/Makefile Fri Nov 09 15:36:02 2007 +0900 @@ -7,7 +7,8 @@ # COMPILER = s-tree-compile.o s-token.o # COMPILER = s-yacc.o s-token.o -TARGET = token calc s-calc s-prefix s-rpn s-09 s-intel s-intel-r s-sparc s-rs6k s-m68k s-ppc +# TARGET = token calc s-calc s-prefix s-rpn s-09 s-intel s-intel-r s-sparc s-rs6k s-m68k s-ppc s-imac +TARGET = token calc s-calc s-prefix s-rpn s-intel s-intel-r s-sparc s-ppc s-imac all: $(TARGET) token: token.o s-token.o