all : test .PHONY : all test : main.cpp g++ -O2 -o test main.cpp clean : rm test