all:
	g++ ucb-s.cc -o ucb-s -std=c++11 -O3      # for Clang
#g++ ucb-s.cc -o db -std=c++0x -O3       # for g++

