example:example.cpp IITree.h
	$(CXX) -g -O3 -Wall -o $@ $<

clean:
	rm -fr *.o a.out *.dSYM example
