fun: fun.cpp
	$(CXX) -O2 -o fun fun.cpp  -std=c++11 -Wall 

clean:
	rm -r -f fun