Skip to content

Commit

Permalink
add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
valdergallo committed Nov 5, 2016
1 parent 3723535 commit 535e70c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
send_package:
python setup.py sdist bdist_wheel
twine upload dist/*

clean:
find . -name '*.pyc' -delete
ptyhon setup.py clean --all
rm -rf pyconst.egg-info
rm -rf dist

0 comments on commit 535e70c

Please sign in to comment.