Skip to content

Commit 29944b8

Browse files
committed
clean *.gcno
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 73e980a commit 29944b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ uninstall-local:
141141
rm -f $(DESTDIR)@APACHE_MODULEDIR@/mod_auth_openidc.so mod_auth_openidc.la
142142

143143
clean-local:
144-
rm -f mod_auth_openidc.la
144+
rm -f mod_auth_openidc.la && rm -rf *.gcno

test/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ EXTRA_DIST = \
6464
certificate.pem \
6565
open-redirect-payload-list.txt
6666

67-
distclean-local:
67+
clean-local:
6868
rm -f *.gcno
6969

7070
CODE_COVERAGE_LCOV_SHOPTS = --ignore-errors inconsistent --ignore-errors unused

0 commit comments

Comments
 (0)