blob: e3c2b860454503c1b979ce2df684a3b19a6e5d7b [file] [log] [blame]
build a.out:
g++ -fprofile-arcs -ftest-coverage *.cpp
all: a.out
./$< 1 2 3 4 5 6
clean:
rm -f *.o a.out *.gcno *.gcda