Skip to content

Commit

Permalink
distrib support added to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ownport committed Oct 8, 2012
1 parent a9466d2 commit 3ba81b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Expand Up @@ -52,6 +52,9 @@ todo:
@ awk '/# TODO/ { gsub(/^ /, ""); print }' kvlite-cli.py
@ echo

sdist:
@ python setup.py sdist
distrib:
@ rm -R build/
@ rm -R dist/
@ rm -R kvlite.egg-info/
@ python setup.py sdist bdist bdist_wininst

0 comments on commit 3ba81b8

Please sign in to comment.