Skip to content

Commit

Permalink
add dist target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jul 4, 2019
1 parent 56d3ac4 commit 0f3a70a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
dist:
python setup.py sdist

clean:
find . -name "*.pyc" -exec rm -rf {} \;
rm -rf build/ dist/ gluish.egg-info/ .tox/
Expand Down

0 comments on commit 0f3a70a

Please sign in to comment.