Skip to content

Commit f7c03b6

Browse files
committed
Always build
1 parent 8f8effb commit f7c03b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
all: coverage
22

3-
build: main.cpp
3+
build:
44
rm -f *.gcno
55
g++ -O0 --coverage main.cpp -o test-coverage
66

0 commit comments

Comments
 (0)