view ffstools/tiffs-rd/Makefile @ 230:ffaa033e7643

tiffs IVA: find_inode_block() integrated
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 26 Jan 2014 00:34:22 +0000
parents 24ed817dd25d
children 5ceacdbd4490
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
PROG=	tiffs
OBJS=	basics.o main.o

all:	${PROG}

${PROG}: ${OBJS}
	${CC} -o $@ ${OBJS}

clean:
	rm -f ${PROG} *.o *.out *errs