include ../Make.config

OBJS = q-lib.o crc32.o

all: libq.a

install:
doc:

clean:
	$(RM) -f libq.a *.o

distclean: clean
	$(RM) -f *~

libq.a: libq.a($(OBJS))
