summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-02-10 23:12:36 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-02-10 23:12:36 +0100
commit7ad439fad020985446c1607d31f0924488bfe68b (patch)
tree94327fd3879c0dcf8b16a6d5a5ab30ae794db341 /Makefile
parent40423b1e738481a4732eb26601f29356a43c72a5 (diff)
parente1248c076277ca6921eda24782da2cc3c89a2c70 (diff)
downloadtrollius-7ad439fad020985446c1607d31f0924488bfe68b.tar.gz
Merge with Tulip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 24a8c05..7be69a3 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,8 @@ clean:
rm -rf htmlcov
rm -rf build
rm -f MANIFEST
+ rm -rf trollius.egg-info
+ rm -rf .tox
# Push a source distribution for Python 3.3 to PyPI.