summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2002-10-22 20:10:42 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2002-10-22 20:10:42 +0000
commit657b91dcfa73f7e3c61672230150eb799d347a46 (patch)
tree93db7478da1582e9d34a432db8858d40191d6eab
parent814bd3830be3beed2ed609b7a57ca58b2dbf1dcc (diff)
downloadpexpect-657b91dcfa73f7e3c61672230150eb799d347a46.tar.gz
Added tests/*.pyc to 'make clean'.
git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@114 656d521f-e311-0410-88e0-e7920216d269
-rw-r--r--pexpect/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/pexpect/Makefile b/pexpect/Makefile
index ce23140..4ff6ca3 100644
--- a/pexpect/Makefile
+++ b/pexpect/Makefile
@@ -45,6 +45,7 @@ pexpect-examples.tgz: examples/*
clean:
rm -f *.pyc
+ rm -f tests/*.pyc
rm -f dist/pexpect-$(VERSION).tar.gz
cd dist;rm -rf pexpect-$(VERSION)/
rm -f pexpect-$(VERSION).tgz