We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8effb commit f7c03b6Copy full SHA for f7c03b6
Makefile
@@ -1,6 +1,6 @@
1
all: coverage
2
3
-build: main.cpp
+build:
4
rm -f *.gcno
5
g++ -O0 --coverage main.cpp -o test-coverage
6
0 commit comments