INCLUDES=-I..
OBJS=cache.o file.o fixup.o tree.o

all: file.a
file.a: $(OBJS)

clean:
	rm -rf *.o *.a

-include ../Makefile.lib
