CC=g++

CPPFLAGS += -I$(DIMDIR)/dim/
LDLIBS += -lpthread $(DIMDIR)/linux/libdim.a

all: BiCh

BiCh: BiCh.o

clean:
	@rm -f BiCh BiCh.o
