INCLUDES=-I..
OBJS=core.o error.o inputline.o fileshow.o

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

clean:
	rm -rf *.o *.a

-include ../Makefile.lib
