all: bst.cpp
	clang++ -g driver.cpp -o driver

clean:
	rm -f driver
