CFLAGS=-Wall -g

DEFAULT: ibs-expt ibs-utest

ibs-expt: ibs-expt.o ibs.o
	$(LINK.o) -o $@ $^

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

