LIB=		libregexp.a
CC=		cc
CFLAGS=		-g -O

all:		$(LIB)

$(LIB):					\
		$(LIB)(regerror.o)	\
		$(LIB)(regexp.o)	\
		$(LIB)(regsub.o)

