[Lxml-checkins] r33828 - lxml/trunk
scoder at codespeak.net
scoder at codespeak.net
Sat Oct 28 11:01:58 CEST 2006
Author: scoder
Date: Sat Oct 28 11:01:54 2006
New Revision: 33828
Modified:
lxml/trunk/Makefile
Log:
let 'make clean' also remove .pyd libraries under windows
Modified: lxml/trunk/Makefile
==============================================================================
--- lxml/trunk/Makefile (original)
+++ lxml/trunk/Makefile Sat Oct 28 11:01:54 2006
@@ -41,7 +41,7 @@
ftest: ftest_inplace
clean:
- find . \( -name '*.o' -o -name '*.c' -o -name '*.so' -o -name '*.py[co]' -o -name '*.dll' \) -exec rm -f {} \;
+ find . \( -name '*.o' -o -name '*.c' -o -name '*.so' -o -name '*.py[cod]' -o -name '*.dll' \) -exec rm -f {} \;
rm -rf build
realclean: clean
More information about the lxml-checkins
mailing list