Skip to content

Commit 91b2bd2

Browse files
committed
cleanr with rm -f *.gcno */*.gcno
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 29944b8 commit 91b2bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 && rm -rf *.gcno
144+
rm -f mod_auth_openidc.la *.gcno */*.gcno

0 commit comments

Comments
 (0)