We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0b282 commit 6ee31a3Copy full SHA for 6ee31a3
1 file changed
Makefile
@@ -22,7 +22,9 @@ help:
22
23
.PHONY: sdist
24
sdist: html
25
+ rm -f dist/*.gz
26
python setup.py sdist
27
+ cp -v dist/*.gz ~/Desktop
28
29
# Documentation
30
.PHONY: html
0 commit comments