LDFLAGS=-litpp
CPPFLAGS=-g

all: test0

test: test0
	./test0

clean:
	rm *.o test0

test0: test0.cpp libBM.o libDC.o

