summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2019-10-27 09:06:12 +0100
committerMichele Simionato <michele.simionato@gmail.com>2019-10-27 09:06:12 +0100
commit87f16a038352488cc9cf39ee94a1c744e42fb42e (patch)
tree66366eb9c065bbdd52024fb0562bf4a338eb052e /Makefile
parent528669820f8285072f16323fa23678d61ec0ed4e (diff)
downloadpython-decorator-git-87f16a038352488cc9cf39ee94a1c744e42fb42e.tar.gz
Changed description to Decorators for Humans
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db277b4..5dd14b7 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@ md: src/tests/documentation.py
python $(S)/ms/tools/py2md.py src/tests/documentation.py docs
upload: README.md
- python setup.py sdist bdist_wheel upload
+ rm -rf build/* dist/* && python setup.py sdist bdist_wheel upload