CFLAGS=-Wall -g

DEFAULT: ch-utest

ch-utest: ibs-utest.o ch-ibs.o
	$(LINK.o) -o $@ $^

