[Zope3-checkins] CVS: Zope3 - Makefile:1.13
Guido van Rossum
guido@python.org
Thu, 27 Feb 2003 16:45:12 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv30359
Modified Files:
Makefile
Log Message:
Sigh. I meant rm -rf.
=== Zope3/Makefile 1.12 => 1.13 ===
--- Zope3/Makefile:1.12 Thu Feb 27 16:41:55 2003
+++ Zope3/Makefile Thu Feb 27 16:45:12 2003
@@ -25,7 +25,7 @@
clean:
find . -name '*.o' -o -name '*.so' -o -name '*.py[co]' | xargs rm -f
- rm -f build
+ rm -rf build
realclean: clean
rm -f TAGS