CPPFLAGS=`pkg-config libkdtree++ --cflags`

test_kdtree: test_kdtree.o
	$(CXX) $< -o $@
