1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

Cleanup the code coverage files

This commit is contained in:
foobar
2005-11-09 05:41:09 +00:00
parent 2cf0ce2925
commit b60b2ed349
+1
View File
@@ -71,6 +71,7 @@ utest: all
fi
clean:
find . -name \*.gcno -o -name \*.gcda | xargs rm -f
find . -name \*.lo -o -name \*.o | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f