Skip to content

Commit 6ee31a3

Browse files
committed
copy dist file to desktop after building
1 parent ba0b282 commit 6ee31a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ help:
2222

2323
.PHONY: sdist
2424
sdist: html
25+
rm -f dist/*.gz
2526
python setup.py sdist
27+
cp -v dist/*.gz ~/Desktop
2628

2729
# Documentation
2830
.PHONY: html

0 commit comments

Comments
 (0)