FreeCalypso > hg > freecalypso-reveng
diff ticoff/Makefile @ 71:c15cd3d695c0
tiobjd: successful parsing of the section header table
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 22 Mar 2014 05:53:02 +0000 |
parents | 6799a5c57a49 |
children | 2eef88395908 |
line wrap: on
line diff
--- a/ticoff/Makefile Sat Mar 22 02:29:22 2014 +0000 +++ b/ticoff/Makefile Sat Mar 22 05:53:02 2014 +0000 @@ -1,8 +1,8 @@ CC= gcc CFLAGS= -O2 PROG= tiobjd -OBJS= basics.o globals.o main.o -HDRS= filestruct.h globals.h +OBJS= basics.o globals.o main.o tables.o +HDRS= filestruct.h globals.h intstruct.h all: ${PROG}