INCLUDES=-I..
OBJS=eval.o

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

clean:
	rm -rf *.o *.a

-include ../Makefile.lib
