summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-07-24 12:39:41 +0200
committerMichele Simionato <michele.simionato@gmail.com>2015-07-24 12:39:41 +0200
commit26cf4a7afad334eeb9cbc6508cca3971107d2ebf (patch)
treea3e5ddccd1f33fb7b5a60439728e06384dab2c6a
parentaf8558340567f60228a171d4eb02c5783bb006fc (diff)
downloadpython-decorator-git-4.0.0.tar.gz
Cleaned uncommitted code4.0.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a48393..1adf343 100644
--- a/Makefile
+++ b/Makefile
@@ -12,4 +12,4 @@ pdf: documentation.rst
rst2pdf documentation.rst -o documentation.pdf
upload: documentation.pdf
- python3 setup.py register sdist bdist_wheel upload
+ git clean -f; python3 setup.py register sdist bdist_wheel upload