1 2 3 4 5 6 7 8
default: 1.run %.run: %.out git add *.cpp ./$^ %.out: %.cpp g++ -ggdb -std=c++11 -o $@ $<