build: ccache g++ main.cpp run: ccache g++ main.cpp; ./a.out clean: rm -f ./a.out