Skip to content

Commit 5f25f77

Browse files
committed
* test/Makefile.in (clean): Remove __pycache__ directores.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935576 13f79535-47bb-0310-9956-ffa450edef68
1 parent f4b42ef commit 5f25f77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ test: $(bin_PROGRAMS)
2121

2222
clean:
2323
rm -rf gen
24+
find . -name __pycache__ | xargs rm -rf
2425

2526
distclean:
26-
rm -f pyhttpd/config.ini
27+
rm -f pyhttpd/config.ini

0 commit comments

Comments
 (0)