summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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