FreeCalypso > hg > freecalypso-reveng
diff ticoff/Makefile @ 126:2c6b1319383b
tiobjd: first preparations for adding disasm hints mechanism
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 05 Apr 2014 19:14:43 +0000 |
parents | fb1e47bebe00 |
children |
line wrap: on
line diff
--- a/ticoff/Makefile Fri Apr 04 18:56:23 2014 +0000 +++ b/ticoff/Makefile Sat Apr 05 19:14:43 2014 +0000 @@ -1,8 +1,8 @@ CC= gcc CFLAGS= -O2 PROG= tiobjd -OBJS= armdis.o atcommon.o basics.o disasm.o globals.o lowlevel.o main.o \ - profile.o reloc.o symtab.o tables.o thumbdis.o +OBJS= armdis.o atcommon.o basics.o disasm.o globals.o hints.o lowlevel.o \ + main.o profile.o reloc.o symtab.o tables.o thumbdis.o HDRS= coffconst.h filestruct.h globals.h intstruct.h all: ${PROG}