INCLUDES=-I..
OBJS=term.o

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

clean:
	rm -rf *.o *.a

-include ../Makefile.lib
