Skip to content

Commit e3c8f1a

Browse files
committed
cleanr with rm -f *.gcno */*.gcno
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 9d20fb1 commit e3c8f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)