FreeCalypso > hg > freecalypso-sw
diff ffstools/tiffs-rd/Makefile @ 233:ae9ff2d1e3da
tiffs IVA: basic ls integrated
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 26 Jan 2014 10:54:42 +0000 |
parents | 5ceacdbd4490 |
children | acedd4c88d2e |
line wrap: on
line diff
--- a/ffstools/tiffs-rd/Makefile Sun Jan 26 08:42:59 2014 +0000 +++ b/ffstools/tiffs-rd/Makefile Sun Jan 26 10:54:42 2014 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROG= tiffs -OBJS= basics.o globals.o inode.o main.o +OBJS= basics.o globals.o inode.o ls.o main.o object.o tree.o HDRS= globals.h pathname.h struct.h types.h all: ${PROG}