Mercurial > hg > CbC > old > device
diff Makefile @ 195:c193120ee2a6
*** empty log message ***
author | kono |
---|---|
date | Sun, 04 Apr 2004 21:17:10 +0900 |
parents | 8646a4a9cde9 |
children | 8581c314e31a |
line wrap: on
line diff
--- a/Makefile Sat Jan 10 17:13:49 2004 +0900 +++ b/Makefile Sun Apr 04 21:17:10 2004 +0900 @@ -19,6 +19,11 @@ mc: mc-$(ARCH) cp mc-$(ARCH) mc +TAGS: + tags mc-code-powerpc.c mc-code.h mc-codegen.c mc-codegen.h \ + mc-parse.c mc-tree.c mc.h conv/c.c conv/c.h \ + conv/conv.h conv/convdef.h conv/null.c + mc-powerpc : mc-code-powerpc.o $(COMPLIB) $(CONVERTER) $(CC) -g mc-code-powerpc.o $(COMPLIB) $(CONVERTER) -o $@