FreeCalypso > hg > freecalypso-tools
diff target-utils/simagent/Makefile @ 773:6d1b22d4926f
simagent: inverse coding convention table implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 12 Mar 2021 21:20:56 +0000 |
parents | 9c1d580b50fb |
children | fac3176de18d |
line wrap: on
line diff
--- a/target-utils/simagent/Makefile Fri Mar 12 20:55:36 2021 +0000 +++ b/target-utils/simagent/Makefile Fri Mar 12 21:20:56 2021 +0000 @@ -7,7 +7,7 @@ INSTDIR=/opt/freecalypso/target-bin PROG= simagent -OBJS= crt0.o byterx.o cmdtab.o main.o simup.o +OBJS= crt0.o byterx.o cmdtab.o invtable.o main.o simup.o LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a \ ../libc/libc.a LIBGCC= `${CC} -print-file-name=libgcc.a`