CFLAGS=-Wall -g

ibs-utest: ibs-utest.o ibs.o
ibs-expt: ibs-expt.o ibs.o

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