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