tolower: sentinel.cpp
	c++ -O3 -std=c++11 -o sentinel sentinel.cpp

clean: 
	rm -r -f sentinel
