diff --git a/Makefile b/Makefile index b8c4079..8daafa8 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +dist: + python setup.py sdist + clean: find . -name "*.pyc" -exec rm -rf {} \; rm -rf build/ dist/ gluish.egg-info/ .tox/