TOP=../

-include $(TOP)rules.mk

all:
	make -C $(TOP) all
lib: libHCollect.a

libHCollect.a: cconvert.o
	ar cru $@ $^
