getline: getline.cpp 
	$(CXX) -O3 -o getline getline.cpp  -std=c++11 -Wall

clean:
	rm -r -f getline
