CFLAGS=-v -OB
OBJS=alloc.o file.o libmtch.o robj.o iset.o prin.o heur.o main.o

unc:	$(OBJS)
	cc -o unc $(OBJS)

$(OBJS):	unc.h
