OBJS = regerror.obj regexp.obj regsub.obj

all: $(OBJS)
	glib ../libc.lib $(addprefix -a , $(OBJS))
	touch all
clean:
	-rm -f *.obj all
