all: $(CXX) reverse_copy.cpp -std=c++11 -o reverse_copy clean: rm -r reverse_copy