diff --git a/Makefile b/Makefile index f6916c0..74f6760 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,6 @@ clean: # XXX is there some way of having setup.py clean up its junk? rm -rf README.html build dist refine_client.egg-info distribute-* -dist: clean - python setup.py sdist - \ No newline at end of file +upload: clean + python setup.py sdist upload +