Add sdist to Makefile & Cleanup setup.py syntax.
[rarslave2.git] / Makefile
index 74487a2..9016061 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,7 @@ test:
 run: clean
        python rarslave.py
 
+sdist:
+       python setup.py sdist
+
 .PHONY: all clean test run