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

clean:
	rm -r -f shuffle
