# use -DREALLOC if you want this program to use realloc(1)
CFLAGS = -O -DREALLOC

ditrev:	ditrev.c
	cc ${CFLAGS} -o ditrev ditrev.c
	strip ditrev
