FreeCalypso > hg > freecalypso-reveng
diff ticoff/Makefile @ 74:2eef88395908
tiobjd: a little refactoring
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 25 Mar 2014 18:55:36 +0000 |
parents | c15cd3d695c0 |
children | 7a0559016b68 |
line wrap: on
line diff
--- a/ticoff/Makefile Tue Mar 25 18:34:03 2014 +0000 +++ b/ticoff/Makefile Tue Mar 25 18:55:36 2014 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROG= tiobjd -OBJS= basics.o globals.o main.o tables.o +OBJS= basics.o globals.o lowlevel.o main.o tables.o HDRS= filestruct.h globals.h intstruct.h all: ${PROG}